summaryrefslogtreecommitdiff
path: root/2017-battleships/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:25:36 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:25:36 +0200
commita866bde485c7d8bc82820f2def70af7b6c70a066 (patch)
tree6f2ac5888e2773faefae1aaee9bbe73aa439b96d /2017-battleships/Cargo.toml
parent237c67f87eaab0bab51d83d3dbf7a9632db75b50 (diff)
Refile for merging repos
Diffstat (limited to '2017-battleships/Cargo.toml')
-rw-r--r--2017-battleships/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/2017-battleships/Cargo.toml b/2017-battleships/Cargo.toml
new file mode 100644
index 0000000..cdebbe8
--- /dev/null
+++ b/2017-battleships/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "worthebot_battleships"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]
+rand = "0.3"
+json = "0.11.6"
+serde = "1.0.4"
+serde_json = "1.0.2"
+serde_derive = "1.0.4" \ No newline at end of file