summaryrefslogtreecommitdiffstats
path: root/ingress/Cargo.toml
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2026-08-13 14:04:30 +0200
committerGab <24553253+gabrix73@users.noreply.github.com>2026-08-13 14:04:30 +0200
commit994071243fc80990cf09e820b671006e9bd31c76 (patch)
treeb65e02724b98033240aa6f9d153acea021abc456 /ingress/Cargo.toml
parent47d903de3bca4165e96d6ec8830eafbacf524cd2 (diff)
downloadyamnweb-994071243fc80990cf09e820b671006e9bd31c76.tar.gz
yamnweb-994071243fc80990cf09e820b671006e9bd31c76.tar.xz
yamnweb-994071243fc80990cf09e820b671006e9bd31c76.zip
Separate active YAMN code from Katzenpost PoC
Diffstat (limited to 'ingress/Cargo.toml')
-rw-r--r--ingress/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ingress/Cargo.toml b/ingress/Cargo.toml
new file mode 100644
index 0000000..e5d4685
--- /dev/null
+++ b/ingress/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "yamn-nym-ingress"
+version = "0.1.0"
+edition = "2021"
+description = "Receive opaque YAMN envelopes over Nym and deliver them through Tor SMTP"
+license = "AGPL-3.0-or-later"
+
+[dependencies]
+anyhow = "1"
+base64 = "0.22"
+nym-sdk = "1.21.2"
+serde = { version = "1", features = ["derive"] }
+serde_json = "1"
+tokio = { version = "1", features = ["macros", "rt-multi-thread", "time", "io-util", "net", "signal"] }
+tokio-socks = "0.5"
+