aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2022-09-15 18:07:28 +0200
committerIlion Beyst <ilion.beyst@gmail.com>2022-09-15 18:07:28 +0200
commitecd378f0d988c2139d08d3426e8549d09d930f9d (patch)
tree27a733c8ad23d0afde63739d3dbc2c0f68c77bee /planetwars-matchrunner/Cargo.toml
parent46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3 (diff)
downloadplanetwars.dev-ecd378f0d988c2139d08d3426e8549d09d930f9d.tar.xz
planetwars.dev-ecd378f0d988c2139d08d3426e8549d09d930f9d.zip
remove obsolete test code
Diffstat (limited to 'planetwars-matchrunner/Cargo.toml')
-rw-r--r--planetwars-matchrunner/Cargo.toml3
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"