diff options
| author | diogo464 <[email protected]> | 2022-02-08 09:21:12 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2022-02-08 09:21:12 +0000 |
| commit | 92b05a877eb772985d2f4fc9cd198ca642b69b6a (patch) | |
| tree | 4a2edc173b8809e929e4abc47899ae9c6d956684 /dotup_cli/Cargo.toml | |
| parent | 0992c36733f58750da93921041424fd09f0158ed (diff) | |
removed old code
Diffstat (limited to 'dotup_cli/Cargo.toml')
| -rw-r--r-- | dotup_cli/Cargo.toml | 29 |
1 files changed, 0 insertions, 29 deletions
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 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2018" | ||
| 3 | name = "dotup_cli" | ||
| 4 | version = "0.1.0" | ||
| 5 | |||
| 6 | [[bin]] | ||
| 7 | name = "dotup" | ||
| 8 | path = "src/main.rs" | ||
| 9 | doc = false | ||
| 10 | |||
| 11 | [dependencies] | ||
| 12 | anyhow = "1.0" | ||
| 13 | log = "0.4" | ||
| 14 | ansi_term = "0.12.1" | ||
| 15 | |||
| 16 | [dependencies.clap] | ||
| 17 | features = ["derive"] | ||
| 18 | version = "3.0.0-rc.7" | ||
| 19 | |||
| 20 | [dependencies.dotup] | ||
| 21 | path = "../dotup" | ||
| 22 | |||
| 23 | [dependencies.flexi_logger] | ||
| 24 | features = ["colors"] | ||
| 25 | version = "0.22" | ||
| 26 | |||
| 27 | [dev-dependencies] | ||
| 28 | tempfile = "3.2" | ||
| 29 | assert_cmd = "2.0" | ||
