diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 14:45:05 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-25 14:45:05 +0100 |
commit | d0a0fcfdeda2c315a13ddd96b4fca958da0d9858 (patch) | |
tree | 6fb53e3b6e2999ac0c9e35f390d6be26a438a634 /Cargo.toml | |
parent | d0af8d3bbff506d4f4caf03750c3b85c69c4f168 (diff) | |
download | planetwars.dev-d0a0fcfdeda2c315a13ddd96b4fca958da0d9858.tar.xz planetwars.dev-d0a0fcfdeda2c315a13ddd96b4fca958da0d9858.zip |
cli for running matches
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ members = [ "planetwars-rules", -]
\ No newline at end of file + "planetwars-localdev", +] |