This commit is contained in:
Alex Emmet 2026-06-23 23:18:03 +02:00
commit ade0c3cde4
24 changed files with 1701 additions and 321 deletions

View file

@ -1,16 +1,14 @@
[package]
name = "mtp-example-client"
name = "client"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "mtp-example-client"
name = "client"
path = "src/main.rs"
[dependencies]
mtp-client = { path = "../../client", features = ["crypto"] }
mtp-codec = { path = "../../codec" }
mtp-crypto = { path = "../../crypto" }
mtp = { path = "../../", features = ["client", "crypto"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1"
hex = "0.4"