mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Testing deps should only be used when testing
This commit is contained in:
+4
-3
@@ -21,9 +21,10 @@ name = "dust"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "=0.12"
|
||||
ansi_term = "=0.11"
|
||||
clap = "=2.33"
|
||||
assert_cli = "=0.6"
|
||||
tempfile = "=3"
|
||||
walkdir = "=2"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cli = "=0.5"
|
||||
tempfile = "=3"
|
||||
|
||||
Reference in New Issue
Block a user