summaryrefslogtreecommitdiff
path: root/2017-battleships/Cargo.toml
blob: cdebbe8d1dcb16210cc02b2ec6070a8a773747c5 (plain)
1
2
3
4
5
6
7
8
9
10
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"