summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-04-11 23:31:18 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-04-12 11:39:37 +0200
commit5c7e4274102748b287e81ffb195a918f442e2e13 (patch)
tree60487c5edc7af1e1fc2a1e62db03b760443549c9 /Cargo.toml
parente3b30cebc5fabcd9abc1b4bd109c4816e06a2f01 (diff)
New crate sequoia-rfc2822.
- An RFC 2882 mail name-addr parser.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a574d220..e4267002 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
buffered-reader = { path = "buffered-reader", version = "0.5" }
+sequoia-rfc2822 = { path = "rfc2822", version = "0.1" }
sequoia-openpgp = { path = "openpgp", version = "0.5" }
sequoia-openpgp-ffi = { path = "openpgp-ffi", version = "0.5" }
sequoia-core = { path = "core", version = "0.5" }