Some checks failed
CI / rustfmt (push) Successful in 3m5s
CI / wasm build (push) Failing after 3m44s
CI / clippy (push) Failing after 3m44s
CI / test (push) Failing after 3m44s
CI / web client (push) Has been cancelled
CI / duplicate code (push) Has been cancelled
CI / example (push) Has been cancelled
CI / cargo-machete (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled
14 lines
277 B
TOML
14 lines
277 B
TOML
[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"
|