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