mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-15 05:44:26 +08:00
10 lines
288 B
TOML
10 lines
288 B
TOML
[package]
|
|
name = "imap_proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
resolver = "2"
|
|
|
|
[dependencies]
|
|
mail-parser = { git = "https://github.com/stalwartlabs/mail-parser", features = ["full_encoding", "serde_support", "ludicrous_mode"] }
|
|
ahash = { version = "0.8" }
|
|
chrono = { version = "0.4"}
|