This commit is contained in:
nora 2021-06-06 14:09:12 +02:00
parent 2e19f2888d
commit cffd2de050
3 changed files with 88 additions and 13 deletions

View file

@ -7,4 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3"
actix-web = "3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"