2022-12-01 13:10:12 +01:00
|
|
|
[package]
|
2022-12-02 16:50:07 +01:00
|
|
|
name = "hephaistos"
|
2022-12-01 13:10:12 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-09 14:17:03 +01:00
|
|
|
diesel = { version = "2.0.2", features = ["postgres"] }
|
|
|
|
dotenvy = "0.15.6"
|
2022-12-02 16:50:07 +01:00
|
|
|
reqwest = { version = "0.11.13", features = ["blocking", "json"] }
|
2022-12-09 14:17:03 +01:00
|
|
|
serde_json = "1.0.89"
|
2022-12-01 16:39:37 +01:00
|
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
2023-01-01 21:04:55 +01:00
|
|
|
url = "2.3.1"
|