himalaya/Cargo.toml

14 lines
305 B
TOML
Raw Normal View History

2020-12-23 23:55:57 +00:00
[package]
name = "himalaya"
2020-12-25 21:39:16 +00:00
description = "📫 Minimalist CLI mail client"
2020-12-23 23:55:57 +00:00
version = "0.1.0"
2020-12-25 21:39:16 +00:00
authors = ["soywod <clement.douin@posteo.net>"]
2020-12-23 23:55:57 +00:00
edition = "2018"
[dependencies]
2020-12-25 21:39:16 +00:00
imap = "2.4.0"
native-tls = "0.2"
2021-01-02 17:26:03 +00:00
rfc2047-decoder = "0.1.2"
2020-12-25 21:39:16 +00:00
serde = { version = "1.0.118", features = ["derive"] }
2020-12-23 23:55:57 +00:00
toml = "0.5.8"