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",
|
||||
"rand",
|
||||
"salvo-oapi",
|
||||
"sea-orm",
|
||||
"serde",
|
||||
"sha2",
|
||||
"thiserror",
|
||||
|
@ -1964,6 +1965,7 @@ name = "oxidetalis_entities"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"oxidetalis_core",
|
||||
"sea-orm",
|
||||
]
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ rust-version.workspace = true
|
|||
|
||||
|
||||
[dependencies]
|
||||
oxidetalis_core = { workspace = true, features = ["sea-orm"] }
|
||||
sea-orm = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
|
|
Loading…
Reference in a new issue