falcott/futriix-server/Cargo.toml

18 lines
384 B
TOML
Raw Normal View History

2025-06-14 21:11:41 +00:00
[package]
name = "futriix-server"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
2025-06-29 15:45:28 +00:00
rmp-serde = "0.15"
2025-06-14 21:11:41 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.7"
colored = "2.0"
log = "0.4"
simplelog = "0.12"
crossbeam = "0.8"
parking_lot = "0.12"
2025-06-29 15:45:28 +00:00
warp = "0.3"
clap = { version = "4.0", features = ["derive"] }