mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
Add iroh11 dep
This commit is contained in:
2242
Cargo.lock
generated
2242
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -57,6 +57,7 @@ hickory-resolver = "0.24"
|
|||||||
humansize = "2"
|
humansize = "2"
|
||||||
image = { version = "0.24.7", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
|
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 }
|
iroh04 = { package = "iroh", version = "0.4.1", default-features = false }
|
||||||
|
iroh = "0.11"
|
||||||
kamadak-exif = "0.5"
|
kamadak-exif = "0.5"
|
||||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ use std::str::FromStr;
|
|||||||
|
|
||||||
use anyhow::{ensure, Context as _, Result};
|
use anyhow::{ensure, Context as _, Result};
|
||||||
use strum::{EnumProperty, IntoEnumIterator};
|
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::blob::BlobObject;
|
||||||
use crate::constants::DC_VERSION_STR;
|
use crate::constants::DC_VERSION_STR;
|
||||||
|
|||||||
Reference in New Issue
Block a user