diff options
author | Teddy Wing | 2021-03-09 00:04:06 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-09 00:04:06 +0100 |
commit | ae1335c69ca2aa111b80690c2024e0053609f52e (patch) | |
tree | dede78089041394e57609087f202f867762b555e /Cargo.toml | |
parent | e857e893b4cc9dac054189153eba90320722cb4a (diff) | |
download | mutt-ottolangy-ae1335c69ca2aa111b80690c2024e0053609f52e.tar.bz2 |
Testing out different libraries for email parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ version = "0.0.1" edition = "2018" [dependencies] +# email-parser = "0.5.0" +# mailparse = "0.13.2" +# email-format = "0.8.0" +email = "0.0.21" |