himalaya/Cargo.toml

15 lines
377 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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-25 21:39:16 +00:00
imap = "2.4.0"
native-tls = "0.2"
serde = { version = "1.0.118", features = ["derive"] }
2020-12-23 23:55:57 +00:00
toml = "0.5.8"