-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (29 loc) · 1.02 KB
/
Cargo.toml
File metadata and controls
30 lines (29 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "monolithic-server"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.7", features = ["ws"] }
axum-extra = { version = "0.9.4", features = ["tracing", "typed-header"] }
fern = { version = "0.6.2", features = ["colored"] }
humantime = "2.1.0"
log = "0.4.22"
headers = "0.4"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
socketioxide = { version = "0.14.1", features = ["state"] }
tokio = { version = "1.40.0", features = ["full"] }
hashbrown = "0.15.0"
hexx = { version = "0.18.0", features = ["serde"] }
enum-map = { version = "2.7.3", features = ["serde"] }
ashscript-types = { git = "https://github.com/Ashscript-Game/ashscript-types", branch = "main" }
lazy_static = "1.5.0"
glam = "0.27.0"
uuid = { version = "1.10.0", features = ["v4", "serde"] }
libnoise = "1.1.2"
enum-iterator = "2.1.0"
postcard = { version = "1.0.10", features = ['use-std'] }
tokio-tungstenite = "0.24.0"
base64 = "0.22.1"
hecs = { version = "0.10.5", features = ["serde"] }
rand = "0.8.5"