From 92b05a877eb772985d2f4fc9cd198ca642b69b6a Mon Sep 17 00:00:00 2001 From: diogo464 Date: Tue, 8 Feb 2022 09:21:12 +0000 Subject: removed old code --- dotup_cli/Cargo.toml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 dotup_cli/Cargo.toml (limited to 'dotup_cli/Cargo.toml') diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml deleted file mode 100644 index 89b8c27..0000000 --- a/dotup_cli/Cargo.toml +++ /dev/null @@ -1,29 +0,0 @@ -[package] -edition = "2018" -name = "dotup_cli" -version = "0.1.0" - -[[bin]] -name = "dotup" -path = "src/main.rs" -doc = false - -[dependencies] -anyhow = "1.0" -log = "0.4" -ansi_term = "0.12.1" - -[dependencies.clap] -features = ["derive"] -version = "3.0.0-rc.7" - -[dependencies.dotup] -path = "../dotup" - -[dependencies.flexi_logger] -features = ["colors"] -version = "0.22" - -[dev-dependencies] -tempfile = "3.2" -assert_cmd = "2.0" -- cgit