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"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"sea-orm",
|
||||
]
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ rust-version.workspace = true
|
|||
|
||||
|
||||
[dependencies]
|
||||
sea-orm = {workspace = true }
|
||||
sea-orm = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "deny"
|
||||
|
|
Loading…
Reference in a new issue