summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7128094a14e691288a23da6331c2cecb62423617 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mailparse"
version = "0.1.0"
authors = ["Kartikaya Gupta <kats@seldon.staktrace.com>"]

[dependencies]
base64 = "0.1.1"
quoted_printable = "0.2.0"
encoding = "0.2.32"