first commit
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
[package]
|
||||
name = "server"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies.tokio]
|
||||
features = ["full"]
|
||||
version = "1.52.3"
|
||||
|
||||
[dependencies.serde]
|
||||
features = ["derive"]
|
||||
version = "1.0.228"
|
||||
|
||||
[dependencies.rocket]
|
||||
features = ["json"]
|
||||
version = "0.5.1"
|
||||
|
||||
[dependencies.uuid]
|
||||
features = ["v4"]
|
||||
version = "1.23.1"
|
||||
|
||||
[dependencies.sqlx]
|
||||
features = ["runtime-tokio", "sqlite"]
|
||||
version = "0.9.0"
|
||||
|
||||
[dependencies]
|
||||
dashmap = "6.2.1"
|
||||
env_logger = "0.11.10"
|
||||
futures = "0.3.32"
|
||||
log = "0.4.29"
|
||||
rocket_ws = "0.1.1"
|
||||
serde_json = "1.0.150"
|
||||
tokio-util = "0.7.18"
|
||||
Reference in New Issue
Block a user