Enable tls-ring feature on iroh

This commit is contained in:
link2xt
2026-04-27 21:41:51 +02:00
parent 667d895a1a
commit e3bb0febb7
2 changed files with 32 additions and 1 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.98", default-features = false, features = ["net"] }
iroh = { version = "0.98", default-features = false }
iroh = { version = "0.98", default-features = false, features = ["tls-ring"] }
kamadak-exif = "0.6.1"
libc = { workspace = true }
mail-builder = { version = "0.4.4", default-features = false }