Skip to content

Commit b9d93b7

Browse files
committed
Remove useless comments
1 parent a8cc0c3 commit b9d93b7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

crates/admin/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name = "admin"
33
version = "1.2.0"
44
edition = "2024"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies]
97
anyhow = { workspace = true }
108
clap = { version = "4.5.16", features = ["derive"] }

crates/game_api/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ edition = "2024"
66
[lib]
77
name = "game_api_lib"
88

9-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10-
119
[dependencies]
1210
thiserror = { workspace = true }
1311
tokio = { workspace = true, features = ["full"] }

0 commit comments

Comments
 (0)