summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-01-15 22:21:26 +0100
committerNora <nora.widdecke@tu-bs.de>2019-01-15 22:49:19 +0100
commitd7b11b90df7e4203ed10742c8f66c9f4a2d6e899 (patch)
tree552a712027a00767f368b0dd2f8efac94f979321 /Cargo.toml
parent7b2fb5fb904fa3a9a7a10f241aafe622ffa26251 (diff)
use tempfile crate outside of test
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 0ee7977..050bf28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,10 +17,10 @@ libical-sys = "0.1.1"
toml = "0.4.2"
serde = "1.0.82"
serde_derive = "1.0.82"
+tempfile = "3.0.5"
uuid = { version = "0.7", features = ["v4"] }
fs2 = "0.4.3"
[dev-dependencies]
assert_fs = "0.10.1"
-tempfile = "3.0.5"
predicates = "1.0"