feat: entire game (except the additional round I haven't designed yet, ability to change settings) implemented and ready for playtesting
This commit is contained in:
@@ -5,14 +5,13 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.36", features = ["derive", "env"] }
|
||||
dashmap = { version = "6.1.0", features = ["rayon", "serde"] }
|
||||
indexmap = "2.9.0"
|
||||
itertools = "0.14.0"
|
||||
opendal = { version = "0.53.0", features = ["services-fs"] }
|
||||
postcard = { version = "1.1.1", features = ["use-std"] }
|
||||
rand = "0.9.0"
|
||||
secrecy = { version = "0.10.3", features = ["serde"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sharded-slab = "0.1.7"
|
||||
slab = "0.4.9"
|
||||
snafu = "0.8.5"
|
||||
tokio = { version = "1.44.2", features = [
|
||||
"macros",
|
||||
@@ -21,7 +20,7 @@ tokio = { version = "1.44.2", features = [
|
||||
"time",
|
||||
] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||
twilight-cache-inmemory = "0.16.0"
|
||||
twilight-gateway = { version = "0.16.0", default-features = false, features = [
|
||||
"rustls-aws_lc_rs",
|
||||
@@ -35,3 +34,5 @@ twilight-http = { version = "0.16.0", default-features = false, features = [
|
||||
] }
|
||||
twilight-model = "0.16.0"
|
||||
twilight-util = { version = "0.16.0", features = ["builder"] }
|
||||
ulid = { version = "1.2.1", features = ["serde", "uuid"] }
|
||||
uuid = { version = "1.16.0", features = ["v7", "serde"] }
|
||||
|
Reference in New Issue
Block a user