mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
build: use mailbuilder from crates.io
This gets rid of the last git dependency.
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -3446,8 +3446,9 @@ checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mail-builder"
|
name = "mail-builder"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
source = "git+https://github.com/stalwartlabs/mail-builder?branch=main#b86e558d54d43c1c1991fbda84109268815abcac"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5666db60ccc742381c715c8daf303e60d266f1d1c8b123ab3fe78b590edaf564"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mailparse"
|
name = "mailparse"
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ iroh-gossip = { version = "0.32", default-features = false, features = ["net"] }
|
|||||||
iroh = { version = "0.32", default-features = false }
|
iroh = { version = "0.32", default-features = false }
|
||||||
kamadak-exif = "0.6.1"
|
kamadak-exif = "0.6.1"
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
mail-builder = { git = "https://github.com/stalwartlabs/mail-builder", branch = "main", default-features = false }
|
mail-builder = { version = "0.4.2", default-features = false }
|
||||||
mailparse = "0.16.1"
|
mailparse = "0.16.1"
|
||||||
mime = "0.3.17"
|
mime = "0.3.17"
|
||||||
num_cpus = "1.16"
|
num_cpus = "1.16"
|
||||||
|
|||||||
Reference in New Issue
Block a user