mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
14 lines
377 B
TOML
14 lines
377 B
TOML
[package]
|
|
name = "himalaya"
|
|
description = "📫 Minimalist CLI mail client"
|
|
version = "0.1.0"
|
|
authors = ["soywod <clement.douin@posteo.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
imap = "2.4.0"
|
|
native-tls = "0.2"
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
|
toml = "0.5.8"
|