summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2017-05-13 16:02:59 +0200
committerJustin Worthe <justin.worthe@gmail.com>2017-05-13 16:03:09 +0200
commit27682d0ab246af8d0375853fdea44c38de2c2db4 (patch)
tree056db9fab874d732bef5a9cd7642b0dacd84c5ab /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6b43272
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "100k_worthebot_battleships"
+version = "0.1.0"
+authors = ["Justin Worthe <justin.worthe@gmail.com>"]
+
+[dependencies]
+rand = "0.3"
+json = "0.11.6" \ No newline at end of file