diff --git a/Cargo.toml b/Cargo.toml index 82ffb0a..e7228d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] axum = "0.7.5" -serde = "1.0.198" +serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" -tokio = { version = "1.2", features = ["full", "derive"] } +tokio = { version = "1.2", features = ["full"] } warp = "0.3.7"