We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cc0c3 commit b9d93b7Copy full SHA for b9d93b7
crates/admin/Cargo.toml
@@ -3,8 +3,6 @@ name = "admin"
3
version = "1.2.0"
4
edition = "2024"
5
6
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
-
8
[dependencies]
9
anyhow = { workspace = true }
10
clap = { version = "4.5.16", features = ["derive"] }
crates/game_api/Cargo.toml
@@ -6,8 +6,6 @@ edition = "2024"
[lib]
name = "game_api_lib"
11
12
thiserror = { workspace = true }
13
tokio = { workspace = true, features = ["full"] }
0 commit comments