diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -19,8 +19,10 @@ thiserror = "1" kankyo = "0.3" +axum-macros = "0.2" + [dependencies.solarlib] -git = "https://git.carathe.dev/muirrum/solarlib" +git = "https://git.carathe.dev/solard/solarlib" branch = "master" [dependencies.serde] @@ -43,3 +45,10 @@ features = [ "full" ] [dependencies.tokio] version = "1" features = [ "full" ] + +[dependencies.reqwest] +version = "0.11" +features = [ + "json", + "blocking" +] |