aboutsummaryrefslogtreecommitdiffstats
path: root/crates/api-core
diff options
context:
space:
mode:
Diffstat (limited to 'crates/api-core')
-rw-r--r--crates/api-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/api-core/Cargo.toml b/crates/api-core/Cargo.toml
index ae9f8f7..1283dce 100644
--- a/crates/api-core/Cargo.toml
+++ b/crates/api-core/Cargo.toml
@@ -9,7 +9,7 @@ homepage.workspace = true
[dependencies]
axum = { workspace = true, optional = true }
-serde.workspace = true
+serde = { workspace = true, features = ["derive"] }
utoipa = { workspace = true, optional = true }
[features]