mtp/example-usage/client/Cargo.toml
Alex Emmet 775282caf4 Typo
2026-06-22 16:33:30 +02:00

13 lines
270 B
TOML

[package]
name = "mtp-example-client"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "mtp-example-client"
path = "src/main.rs"
[dependencies]
mtp-client = { path = "../../client" }
mtp-codec = { path = "../../codec" }
tokio = { version = "1", features = ["full"] }