projet-webservices/Cargo.toml

12 lines
319 B
TOML
Raw Normal View History

2022-12-01 13:10:12 +01:00
[package]
2022-12-01 15:30:33 +01:00
name = "vtapi"
2022-12-01 13:10:12 +01:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-01 15:50:06 +01:00
serde_json = "1.0.89"
2022-12-02 13:40:01 +01:00
reqwest = { version = "0.11.13", features = ["json"] }
2022-12-01 16:39:37 +01:00
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }