aboutsummaryrefslogtreecommitdiff
path: root/planetwars-localdev/Cargo.toml
diff options
context:
space:
mode:
authorIlion Beyst <ilion.beyst@gmail.com>2021-12-26 21:06:52 +0100
committerIlion Beyst <ilion.beyst@gmail.com>2021-12-26 21:07:19 +0100
commitc04d4a449bd147c632c0b6ceae04f0514803b66f (patch)
tree6c75eea8bbd8cf1be06330ddf4d592b019c6b339 /planetwars-localdev/Cargo.toml
parentb1e9490f55e4f360c249a107dcc5809a663dec42 (diff)
downloadplanetwars.dev-c04d4a449bd147c632c0b6ceae04f0514803b66f.tar.xz
planetwars.dev-c04d4a449bd147c632c0b6ceae04f0514803b66f.zip
rename to planetwars-cli
Diffstat (limited to 'planetwars-localdev/Cargo.toml')
-rw-r--r--planetwars-localdev/Cargo.toml24
1 files changed, 0 insertions, 24 deletions
diff --git a/planetwars-localdev/Cargo.toml b/planetwars-localdev/Cargo.toml
deleted file mode 100644
index 8595d14..0000000
--- a/planetwars-localdev/Cargo.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[package]
-name = "planetwars-localdev"
-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"
-planetwars-rules = { path = "../planetwars-rules" }
-clap = { version = "3.0.0-rc.8", features = ["derive"] }
-chrono = { version = "0.4", features = ["serde"] }
-
-rust-embed = "6.3.0"
-axum = "0.4"
-mime_guess = "2" \ No newline at end of file