Values, Cleaning, Docs, Tests, Example (Current Example is Wrong)

This commit is contained in:
Alex Emmet 2026-06-22 23:29:18 +02:00
commit c2a7afe6c1
37 changed files with 1693 additions and 520 deletions

View file

@ -8,6 +8,9 @@ name = "mtp-example-client"
path = "src/main.rs"
[dependencies]
mtp-client = { path = "../../client" }
mtp-client = { path = "../../client", features = ["crypto"] }
mtp-codec = { path = "../../codec" }
mtp-crypto = { path = "../../crypto" }
tokio = { version = "1", features = ["full"] }
serde_json = "1"
hex = "0.4"