mtp/example/server/Cargo.toml
Alois 88f8f93d89
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
(fix): some ci stuff
2026-06-28 17:31:04 +02:00

16 lines
320 B
TOML

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