summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2020-12-04 19:24:02 +0100
committerSanto Cariotti <santo@dcariotti.me>2020-12-04 19:24:02 +0100
commit21817cfad161ecbb9c391ab05b4486835ea6785a (patch)
treecd518ff486e98f8400ecd810004b715db487ae21 /Cargo.toml
parent2985beeb2754944b7dcc97762638e07a47822818 (diff)
feat: associate player to one another
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 17b5ef0..a847dd7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+clap = "2.33.3"
+rand = "0.7.3"