summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorXuanwo <github@xuanwo.io>2022-04-18 20:54:29 +0800
committerXuanwo <github@xuanwo.io>2022-04-18 20:54:29 +0800
commit33df8d1f7f423c55eee23f3509d307975b0d94f6 (patch)
treef4fe17300818067710e548c3dc0aee0f322a22c8 /Cargo.toml
parentc375cad9ceec5667de4f6924b50e900184d1c17b (diff)
test: Adopt test-env to fix random test failure
Signed-off-by: Xuanwo <github@xuanwo.io>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 994531f..79a3fc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,3 +50,4 @@ serde = "1.0"
glob = "0.3"
lazy_static = "1"
notify = "^4.0.0"
+temp-env = "0.2.0"