diff options
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"] } |