This commit is contained in:
Alex Emmet 2026-06-22 16:33:30 +02:00
commit 775282caf4
7 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[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"] }