chore: Add chrono
to oxidetalis_entitys
dependencies
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
8021b15f41
commit
e0a9997d79
2 changed files with 3 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1965,6 +1965,7 @@ dependencies = [
|
||||||
name = "oxidetalis_entities"
|
name = "oxidetalis_entities"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"chrono",
|
||||||
"sea-orm",
|
"sea-orm",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,7 @@ rust-version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-orm = { workspace = true }
|
sea-orm = { workspace = true }
|
||||||
|
chrono = { workspace = true }
|
||||||
|
|
||||||
[lints.rust]
|
[lints.rust]
|
||||||
unsafe_code = "deny"
|
unsafe_code = "deny"
|
||||||
|
|
Loading…
Reference in a new issue