remove iroh underscore domain support for now.

This commit is contained in:
holger krekel
2026-03-04 10:53:26 +01:00
committed by link2xt
parent 2ea45552e5
commit 7f222fa883
6 changed files with 22 additions and 618 deletions

View File

@@ -67,7 +67,7 @@ hyper = "1"
hyper-util = "0.1.16"
image = { version = "0.25.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh-gossip = { version = "0.35", default-features = false, features = ["net"] }
iroh = { version = "0.35", default-features = false, features = ["test-utils", "metrics"] }
iroh = { version = "0.35", default-features = false }
kamadak-exif = "0.6.1"
libc = { workspace = true }
mail-builder = { version = "0.4.4", default-features = false }