From 4c044c28559f356883e4ab3cec437bbb20ce7f89 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 10 Jun 2022 14:40:56 -0400 Subject: planets: Create new planets Star systems in the palm of your keyboard! --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5da2d83..c1a8255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" +] -- cgit v1.2.3