Connect to all addresses the provider has

This uses a branch directly from iroh repo again
This commit is contained in:
Floris Bruynooghe
2023-03-09 16:49:34 +01:00
parent 02afacf989
commit 05e50ea787
3 changed files with 419 additions and 44 deletions

View File

@@ -48,7 +48,8 @@ futures-lite = "1.12.0"
hex = "0.4.0"
humansize = "2"
image = { version = "0.24.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh = { version = "0.3.0", default-features = false }
# iroh = { version = "0.3.0", default-features = false }
iroh = { git = 'https://github.com/n0-computer/iroh', branch = "flub/ticket-multiple-addrs" }
kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2"