From 655c52bf08a791bf9ba766f9ae55770dc246ac80 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Wed, 1 Jan 2020 22:53:57 -0500 Subject: Add the ability to install dev-suite to ds tool This adds the ability to install dev-suite from the command line and simplifies the process of acquiring all of the tools and sets the foundations to use ds more like rustup to manage dev-suite. --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 083e992..4132146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,13 @@ path = "src/main.rs" [dependencies] anyhow = "1.0" +configamajig = { path = "configamajig" } +dialoguer = "0.5" +dirs = "2.0" paw = "1.0" +reqwest = { version = "0.10.0-alpha.2", features = ["blocking"] } shared = { path = "shared" } -configamajig = { path = "configamajig" } structopt = { version = "0.3", features = ["paw"] } -dialoguer = "0.5" which = "3.1" [workspace] -- cgit v1.2.3