Include request body in response
This commit is contained in:
@ -6,7 +6,8 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
log = "0.4.17"
|
||||
env_logger = "0.9.0"
|
||||
clap = { version = "3.1.15", features = ["derive", "env"] }
|
||||
clap = { version = "3.1.15", features = ["derive", "env"] }
|
||||
actix-web = "4"
|
||||
futures = "0.3.21"
|
||||
|
Reference in New Issue
Block a user