Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Mar 2, 2024
1 parent dc07207 commit 3f6f3b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion server/central/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ json_comments = "0.2.2"
rocket = "0.5.0"
rocket_db_pools = { version = "0.1.0", features = ["sqlx_sqlite"] }
sqlx = { version = "0.7.3", features = ["migrate"] }
rocket_ws = "0.1.0"
3 changes: 0 additions & 3 deletions server/game/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ rustc-hash = "1.1.0"
tokio = { version = "1.36.0", features = ["full"] }
serde = { version = "1.0.197", features = ["serde_derive"] }
serde_json = "1.0.114"
tokio-tungstenite = { version = "0.21.0", features = [
"rustls-tls-native-roots",
] }
futures-util = "0.3.30"

[dev-dependencies]
Expand Down

0 comments on commit 3f6f3b6

Please sign in to comment.