From 994071243fc80990cf09e820b671006e9bd31c76 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:04:30 +0200 Subject: Separate active YAMN code from Katzenpost PoC --- nym/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 nym/Cargo.toml (limited to 'nym/Cargo.toml') diff --git a/nym/Cargo.toml b/nym/Cargo.toml new file mode 100644 index 0000000..dfe2666 --- /dev/null +++ b/nym/Cargo.toml @@ -0,0 +1,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 = ["macros", "rt-multi-thread", "time"] } -- cgit v1.2.3