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