mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 20:12:27 -06:00
feat: initial server config & Dockerfile
This commit is contained in:
@@ -14,15 +14,6 @@ categories = ["games", "emulators"]
|
||||
publish = false
|
||||
|
||||
[workspace.dependencies]
|
||||
# Common dependencies that might be shared across crates
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
axum = "0.7"
|
||||
tower = "0.4"
|
||||
tower-http = { version = "0.5", features = ["cors", "trace"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
|
||||
# Release profile for profiling (essentially the default 'release' profile with debug enabled)
|
||||
|
||||
Reference in New Issue
Block a user