diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:19:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:19:13 -0800 |
commit | 40cb22e75314f73b1f9292190b786ac04fc58b67 (patch) | |
tree | 473115f00e2fd3de3db6c64af4be9fc584cae7e5 /adenosine-cli/Cargo.toml | |
parent | ae03334a64b1d7d6506ffb60a01f5c7f941900a6 (diff) | |
download | adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.tar.gz adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.zip |
change mind again and put common back in cli crate (want fewer crates)
Diffstat (limited to 'adenosine-cli/Cargo.toml')
-rw-r--r-- | adenosine-cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml index 7b2902a..24207fd 100644 --- a/adenosine-cli/Cargo.toml +++ b/adenosine-cli/Cargo.toml @@ -15,7 +15,6 @@ readme = "../README.md" repository = "https://gitlab.com/bnewbold/adenosine" [dependencies] -adenosine-common = { version = "0.1.0-dev.0", path = "../adenosine-common" } structopt = "*" # NOTE: could try 'rustls-tls' feature instead of default native TLS? reqwest = { version = "0.11", features = ["blocking", "json"] } |