projet-webservices/Cargo.toml

12 lines
307 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]
csv = "1.1.6"
serde = { version = "1.0.149", features = ["derive"] }
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"] }