aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d64f53dc10b6119384d708b2bc9cd7e16132fdef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ottolangy"
version = "0.0.1"
edition = "2018"

[dependencies]
exitcode = "1.1.2"
mailparse = "0.13.2"
regex = "1.4.4"
thiserror = "1.0.24"
whatlang = "0.11.1"
xdg = "2.2.0"