diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-26 21:06:52 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2021-12-26 21:07:19 +0100 |
commit | c04d4a449bd147c632c0b6ceae04f0514803b66f (patch) | |
tree | 6c75eea8bbd8cf1be06330ddf4d592b019c6b339 /planetwars-localdev/src/bin | |
parent | b1e9490f55e4f360c249a107dcc5809a663dec42 (diff) | |
download | planetwars.dev-c04d4a449bd147c632c0b6ceae04f0514803b66f.tar.xz planetwars.dev-c04d4a449bd147c632c0b6ceae04f0514803b66f.zip |
rename to planetwars-cli
Diffstat (limited to 'planetwars-localdev/src/bin')
-rw-r--r-- | planetwars-localdev/src/bin/pwcli.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/planetwars-localdev/src/bin/pwcli.rs b/planetwars-localdev/src/bin/pwcli.rs deleted file mode 100644 index c45bbfa..0000000 --- a/planetwars-localdev/src/bin/pwcli.rs +++ /dev/null @@ -1,6 +0,0 @@ -use planetwars_localdev; - -#[tokio::main] -async fn main() { - planetwars_localdev::run().await -} |