summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-07-02 10:17:19 -0500
committertom barrett <spalf0@gmail.com>2019-07-02 10:17:19 -0500
commit976ad40137cf468eda32b1d947c524bfaeeaa7da (patch)
treef27dfa9da31903b73e14a0572cf738b4b62dcf4b /Cargo.toml
parent6bf9e96140c91340d6ae643b6e0896aa734d8605 (diff)
cargo updated
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 a1b6ba9..24c7704 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
ggez = "0.5.0-rc.2"
+rand = "0.7.0"
xml-rs = "0.8"
[profile.dev]