diff --git a/Cargo.toml b/Cargo.toml index 6417005..8686106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,9 @@ thiserror = "1.0.61" log = "0.4.21" logcall = "0.1.9" chrono = "0.4.38" +serde_json = "1.0.117" sea-orm = { version = "0.12.15", features = ["with-chrono", "macros"] } -salvo_core = { version = "0.68.3", default-features = false, features = ["rustls"] } +salvo_core = { version = "0.68.3", default-features = false } salvo-oapi = { version = "0.68.3", default-features = false, features = ["rapidoc","redoc","scalar","swagger-ui"] } [profile.release] diff --git a/crates/oxidetalis/Cargo.toml b/crates/oxidetalis/Cargo.toml index 64881f7..f405995 100644 --- a/crates/oxidetalis/Cargo.toml +++ b/crates/oxidetalis/Cargo.toml @@ -21,12 +21,12 @@ sea-orm = { workspace = true } serde = { workspace = true } thiserror = { workspace = true } chrono = { workspace = true } +serde_json = { workspace = true } salvo = { version = "0.68.2", features = ["rustls", "affix", "logging", "oapi", "rate-limiter", "websocket"] } tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] } uuid = { version = "1.9.1", default-features = false, features = ["v4"] } derive-new = "0.6.0" pretty_env_logger = "0.5.0" -serde_json = "1.0.117" once_cell = "1.19.0" futures = "0.3.30" rayon = "1.10.0"