Skip to content

Commit

Permalink
πŸ“Œ Supplement some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Jul 9, 2024
1 parent 79fe70d commit b7c58f9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions packages/database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@ publish = false
tairitsu-utils = { path = "../utils" }

anyhow = "^1"
chrono = { version = "^0.4", features = ["serde", "unstable-locales"] }
env_logger = "^0.11"
lazy_static = "*"
chrono = { version = "^0.4", features = [
"serde",
"wasmbind",
"unstable-locales",
] }
log = "^0.4"
serde = { version = "^1", features = ["derive"] }
serde_json = { version = "^1" }
strum = { version = "^0.26", features = ["derive"] }
uuid = { version = "^1", features = [
'v4',
'fast-rng',
'macro-diagnostics',
'serde',
] }

sea-orm-migration = "1.0.0-rc.7"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
async-std = { version = "^1", features = ["attributes", "tokio1"] }

oneshot = "^0.1"

[dependencies.sea-orm]
features = ["with-uuid", "with-chrono", "with-json"]
Expand Down

0 comments on commit b7c58f9

Please sign in to comment.