From a866bde485c7d8bc82820f2def70af7b6c70a066 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 19 Apr 2022 21:25:36 +0200 Subject: Refile for merging repos --- 2017-battleships/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2017-battleships/Cargo.toml (limited to '2017-battleships/Cargo.toml') 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 "] + +[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 -- cgit v1.2.3