Upload files to "futriix-server"
This commit is contained in:
parent
d0a9150231
commit
45e8fbd123
16
futriix-server/Cargo.toml
Normal file
16
futriix-server/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[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"
|
Loading…
x
Reference in New Issue
Block a user