diff options
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r-- | planetwars-matchrunner/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/planetwars-matchrunner/Cargo.toml b/planetwars-matchrunner/Cargo.toml index f69e7ff..e0b6af0 100644 --- a/planetwars-matchrunner/Cargo.toml +++ b/planetwars-matchrunner/Cargo.toml @@ -5,9 +5,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[[bin]] -name = "testmatch" - [dependencies] futures-core = "0.3" |