projet-webservices/Cargo.toml

11 lines
307 B
TOML

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