diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-15 18:07:28 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-09-15 18:07:28 +0200 |
commit | ecd378f0d988c2139d08d3426e8549d09d930f9d (patch) | |
tree | 27a733c8ad23d0afde63739d3dbc2c0f68c77bee /planetwars-matchrunner/Cargo.toml | |
parent | 46efe3c5fa28939151e1ff2bf9e4b9eeea4069e3 (diff) | |
download | planetwars.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.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" |