aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2024-03-27 13:40:54 +0100
committerMax Audron <audron@cocaine.farm>2024-03-27 13:40:54 +0100
commitf6dca0cc9694816db445005c89bc32245d8cdcf3 (patch)
tree3960a790dde8bb2c2e40767cd4d862b57b78ef91 /Cargo.toml
parentreorganize repo git impls (diff)
refactor tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 93ea5be..651264a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,5 +57,8 @@ xdg = "2"
# terminal coloring
ansi_term = "0.12"
+[dev-dependencies]
+tempfile = "3"
+
[features]
default = []