Upload files to "futriix-server"
This commit is contained in:
parent
0f8c79647e
commit
ee4e32dcf6
21
futriix-server/Cargo.toml
Normal file
21
futriix-server/Cargo.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[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"
|
||||
chrono = "0.4"
|
||||
ctrlc = "3.2"
|
||||
warp = "0.3" # Добавлено для HTTP API и HTTP-сервера
|
||||
futures = "0.3" # Добавлено для для работы с асинхронными потоками FutureExt
|
||||
|
Loading…
x
Reference in New Issue
Block a user