summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSophie Tauchert <999eagle@999eagle.moe>2021-01-13 10:46:20 +0100
committerAbin Simon <abinsimon10@gmail.com>2021-01-14 22:24:26 +0530
commitac912059329ca5db3646cdf4bbbd7a1b5e041a54 (patch)
tree048fa59ba78dd7414cc93acce2c35fe61897f190 /Cargo.toml
parent14a17f459fc19627fb7ed278916277ea5b5ba091 (diff)
Use serial test for environment variable tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c851a46..526f6b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,6 @@ path = "src/main.rs"
[build-dependencies]
clap = "2.33.*"
version_check = "0.9.*"
-time = "0.1.*"
[dependencies]
ansi_term = "0.12.*"
@@ -53,6 +52,7 @@ assert_cmd = "1"
assert_fs = "1"
predicates = "1.0.1"
tempfile = "3"
+serial_test = "0.5"
[features]
sudo = []