mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
build: use mailbuilder from crates.io
This gets rid of the last git dependency.
This commit is contained in:
@@ -67,7 +67,7 @@ iroh-gossip = { version = "0.32", default-features = false, features = ["net"] }
|
||||
iroh = { version = "0.32", default-features = false }
|
||||
kamadak-exif = "0.6.1"
|
||||
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"
|
||||
mime = "0.3.17"
|
||||
num_cpus = "1.16"
|
||||
|
||||
Reference in New Issue
Block a user