Update futriix-server/Cargo.toml
This commit is contained in:
parent
3a6aafb6ea
commit
0a4ef07891
@ -5,7 +5,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
rmp-serde = "0.15"
|
||||
rmp-serde = "0.15" # MessagePack
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.7"
|
||||
@ -13,6 +13,4 @@ colored = "2.0"
|
||||
log = "0.4"
|
||||
simplelog = "0.12"
|
||||
crossbeam = "0.8"
|
||||
parking_lot = "0.12"
|
||||
warp = "0.3"
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
parking_lot = "0.12"
|
Loading…
x
Reference in New Issue
Block a user