mtp/example/client/Cargo.toml
Alex Emmet 1c3139e5a7
Some checks failed
CI / checks (push) Failing after 4m21s
General Upgrade, NEW: WebServers, Better Docs
2026-07-18 14:17:34 +02:00

13 lines
282 B
TOML

[package]
name = "client"
version = "0.2.0"
edition = "2024"
[[bin]]
name = "client"
path = "src/main.rs"
[dependencies]
mtp = { version = "0.2.0", path = "../../", features = ["client", "crypto", "files", "pipes"] }
tokio = { version = "1", features = ["full"] }
rand = "0.10.1"