summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-09 21:15:45 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-09 21:17:15 +0100
commitb6dd85a0ef39b728efe96b5e055e147f37a3d250 (patch)
treea742eab8135c1bc307eb2c7ce64bb285d1b2091b /Cargo.toml
parentc1793d4ecad573f2bc918ff3c28468a3db846726 (diff)
index: use file lock while running
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9a9f71..0ee7977 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,9 @@ toml = "0.4.2"
serde = "1.0.82"
serde_derive = "1.0.82"
uuid = { version = "0.7", features = ["v4"] }
+fs2 = "0.4.3"
[dev-dependencies]
assert_fs = "0.10.1"
+tempfile = "3.0.5"
predicates = "1.0"