mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-01-09 09:17:45 +08:00
11 lines
328 B
TOML
11 lines
328 B
TOML
[package]
|
|
name = "imap_proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
jmap_proto = { path = "../jmap-proto" }
|
|
mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
|
|
ahash = { version = "0.8" }
|
|
chrono = { version = "0.4"}
|