summaryrefslogtreecommitdiffstats
path: root/nym/Cargo.toml
blob: fb825185c645e50a494f12840a921809d61277ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "yamn-nym-submit"
version = "0.1.0"
edition = "2021"
description = "Send opaque YAMN envelopes through the Nym mixnet"
license = "AGPL-3.0-or-later"

[dependencies]
anyhow = "1"
base64 = "0.22"
nym-sdk = "1.21.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }