diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-21 19:19:40 +0200 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-07-21 19:19:40 +0200 |
commit | c6293d8e328bb96c368921fe922092d4f27f0bc9 (patch) | |
tree | 1c374345ba911b79167ae70a654dd0618efa9446 /planetwars-cli/Cargo.toml | |
parent | 31f8271db6735a1c7abea4d93bb3b8d7a3ce4628 (diff) | |
download | planetwars.dev-c6293d8e328bb96c368921fe922092d4f27f0bc9.tar.xz planetwars.dev-c6293d8e328bb96c368921fe922092d4f27f0bc9.zip |
delete old planetwars-cli code
Diffstat (limited to 'planetwars-cli/Cargo.toml')
-rw-r--r-- | planetwars-cli/Cargo.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/planetwars-cli/Cargo.toml b/planetwars-cli/Cargo.toml deleted file mode 100644 index 972a02b..0000000 --- a/planetwars-cli/Cargo.toml +++ /dev/null @@ -1,25 +0,0 @@ -[package] -name = "planetwars-cli" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[[bin]] -name = "pwcli" - -[dependencies] -futures-core = "0.3" -futures = "0.3" -tokio = { version = "1", features = ["full"] } -rand = "0.6" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -toml = "0.5" -clap = { version = "3.0.0-rc.8", features = ["derive"] } -chrono = { version = "0.4", features = ["serde"] } -shlex = "1.1" -planetwars-matchrunner = { path = "../planetwars-matchrunner" } - -rust-embed = "6.3.0" -axum = { version = "0.4", features = ["ws"] } -mime_guess = "2"
\ No newline at end of file |