projet-webservices/Cargo.toml

10 lines
238 B
TOML
Raw Normal View History

2022-12-01 13:10:12 +01:00
[package]
name = "hephaistos"
2022-12-01 13:10:12 +01:00
version = "0.1.0"
edition = "2021"
[dependencies]
2022-12-01 15:50:06 +01:00
serde_json = "1.0.89"
reqwest = { version = "0.11.13", features = ["blocking", "json"] }
2022-12-01 16:39:37 +01:00
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }