summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 b539f62..ec2451c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ authors = ["Raymond Hogenson <rhogenson@posteo.net>"]
[dependencies]
rand = "0.5.5"
lazy_static = "1.1.0"
+tempfile = "3"
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2"