Upload files to "futriix-cli"

This commit is contained in:
Григорий Сафронов 2025-07-20 12:12:36 +00:00
parent 8258177d9e
commit 4f91f3eb10

13
futriix-cli/Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "futriix-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
rmp-serde = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.7"
colored = "2.0"
rustyline = "10.0"