From 0b82b7b47ac34cb9a14613a83ce6eb386ae21086 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 9 Jun 2022 15:03:13 -0400 Subject: state: Add shutdown/start/pause manipulation issue #1 --- Cargo.toml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ae161d..29629f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,31 @@ [package] name = "solarctl" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + +thiserror = "1" +color-eyre = "0.6" +eyre = "0.6" + +tabular = "0.2" + +[dependencies.solarlib] +git = "https://git.carathe.dev/solard/solarlib" +branch = "master" + +[dependencies.clap] +version = "3" +features = [ + "derive" +] + +[dependencies.reqwest] +version = "0.11" +features = [ + "blocking", + "json" +] -- cgit v1.2.3