diff options
author | tom barrett <spalf0@gmail.com> | 2019-07-02 10:17:19 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-07-02 10:17:19 -0500 |
commit | 976ad40137cf468eda32b1d947c524bfaeeaa7da (patch) | |
tree | f27dfa9da31903b73e14a0572cf738b4b62dcf4b /Cargo.toml | |
parent | 6bf9e96140c91340d6ae643b6e0896aa734d8605 (diff) |
cargo updated
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ edition = "2018" [dependencies] ggez = "0.5.0-rc.2" +rand = "0.7.0" xml-rs = "0.8" [profile.dev] |