projet-webservices/Cargo.toml

13 lines
327 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]
diesel = { version = "2.0.2", features = ["postgres"] }
dotenvy = "0.15.6"
reqwest = { version = "0.11.13", features = ["blocking", "json"] }
serde_json = "1.0.89"
2022-12-01 16:39:37 +01:00
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
url = "2.3.1"