projet-webservices/Cargo.toml

9 lines
238 B
TOML

[package]
name = "hephaistos"
version = "0.1.0"
edition = "2021"
[dependencies]
serde_json = "1.0.89"
reqwest = { version = "0.11.13", features = ["blocking", "json"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }