diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-20 11:47:24 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-20 11:47:24 +0100 |
commit | b7ab700a57fb1155d4824f24fe9cc55111c977fe (patch) | |
tree | 100db4ad472124d51ed954446be82063901b0baf /planetwars-rules/Cargo.toml | |
parent | 931bf0fbed9670c356fdeae0f2e4559ff3e59ebb (diff) | |
download | planetwars.dev-b7ab700a57fb1155d4824f24fe9cc55111c977fe.tar.xz planetwars.dev-b7ab700a57fb1155d4824f24fe9cc55111c977fe.zip |
import planetwars-rules
Diffstat (limited to 'planetwars-rules/Cargo.toml')
-rw-r--r-- | planetwars-rules/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/planetwars-rules/Cargo.toml b/planetwars-rules/Cargo.toml new file mode 100644 index 0000000..d42da14 --- /dev/null +++ b/planetwars-rules/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "planetwars-rules" +version = "0.1.0" +authors = ["Ilion Beyst <ilion.beyst@gmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serde_json = "1.0" +serde = { version = "1.0", features = ["derive"] } |