chore: Use oxidetalis_core
in oxidetalis_entities
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
f5c4caeb6b
commit
62cfc1bd07
2 changed files with 5 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1954,6 +1954,7 @@ dependencies = [
|
||||||
"k256",
|
"k256",
|
||||||
"rand",
|
"rand",
|
||||||
"salvo-oapi",
|
"salvo-oapi",
|
||||||
|
"sea-orm",
|
||||||
"serde",
|
"serde",
|
||||||
"sha2",
|
"sha2",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@ -1964,6 +1965,7 @@ name = "oxidetalis_entities"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
|
"oxidetalis_core",
|
||||||
"sea-orm",
|
"sea-orm",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ rust-version.workspace = true
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
oxidetalis_core = { workspace = true, features = ["sea-orm"] }
|
||||||
sea-orm = { workspace = true }
|
sea-orm = { workspace = true }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue