mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
axum-extra: Add serde_json as dev-dependency (#1673)
This commit is contained in:
parent
cad6611bf7
commit
949da2b300
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ futures = "0.3"
|
|||
hyper = "0.14"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json", "stream", "multipart"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.71"
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
tower = { version = "0.4", features = ["util"] }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue