Delete futriix-server/Cargo.toml

This commit is contained in:
Григорий Сафронов 2025-06-14 21:11:18 +00:00
parent 143c570c48
commit d0a9150231

View File

@ -1,16 +0,0 @@
[package]
name = "futriix-server"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
rmp-serde = "0.15" # MessagePack
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"