Differences From Artifact [2156fade61]:
- File Cargo.toml — part of check-in [512369f93e] at 2026-08-01 11:20:12 on branch trunk — bump, add some docstrings, switch from just-getopt to clap (user: arcade, size: 657) [annotate] [blame] [check-ins using]
To Artifact [2bb7ecc06d]:
- File Cargo.toml — part of check-in [b9bf773618] at 2026-08-01 11:30:07 on branch trunk — remove serde dep for mail-parser (user: arcade, size: 621) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + |
[dependencies]
async-compat = "0.2.5"
config = { version = "0.15", default-features = false, features = [ "toml" ] }
hostname = "0.4.1"
html-escape = "0.2.13"
clap = { version = "4.6", features = [ "derive" ] }
|
| ︙ |