Add iroh11 dep

This commit is contained in:
Floris Bruynooghe
2023-11-21 14:44:54 +01:00
parent 5f70e20760
commit 525913d3a3
3 changed files with 2141 additions and 104 deletions

2242
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -57,6 +57,7 @@ hickory-resolver = "0.24"
humansize = "2"
image = { version = "0.24.7", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
iroh04 = { package = "iroh", version = "0.4.1", default-features = false }
iroh = "0.11"
kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2"

View File

@@ -6,7 +6,7 @@ use std::str::FromStr;
use anyhow::{ensure, Context as _, Result};
use strum::{EnumProperty, IntoEnumIterator};
use strum_macros::{AsRefStr, Display, EnumIter, EnumProperty, EnumString};
use strum_macros::{AsRefStr, Display, EnumIter, EnumString};
use crate::blob::BlobObject;
use crate::constants::DC_VERSION_STR;