aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-10 20:55:43 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-10 20:55:43 +0200
commit7fa4f497f77471fa145881d759afe0b521971e04 (patch)
tree4cb813362075667db6dbec140dc2ce166dc4d894 /Cargo.toml
parent47d15d537c61b828e72113cc8d3d8da3db9a2efb (diff)
downloadrutikmer-7fa4f497f77471fa145881d759afe0b521971e04.tar.gz
rutikmer-7fa4f497f77471fa145881d759afe0b521971e04.tar.bz2
rutikmer-7fa4f497f77471fa145881d759afe0b521971e04.zip
Added shuffle generator
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 d373e5e..beaf7e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,8 @@ authors = ["Charles <sircharlesaze@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[dependencies]
+rand = "*"
[dependencies.sdl2]
version = "0.34.0"