mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 11:41:00 +00:00
Cargo.toml: add newly needed serde feature
This commit is contained in:
parent
ce6a1ef165
commit
fc916a35c5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ axum-extra = { version = "0.4", features = ["spa"] }
|
|||
tokio = { version = "1", features = ["full", "time"] }
|
||||
tracing = "*"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
serde = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_yaml = "0.9"
|
||||
reqwest = { version = "0.11", features = ["json", "stream"] }
|
||||
|
|
Loading…
Reference in a new issue