32 lines
613 B
TOML
32 lines
613 B
TOML
[package]
|
|
name = "buzz-ed"
|
|
version = "1.1.11"
|
|
|
|
description = "A simple application for notifying about unseen e-mail"
|
|
readme = "README.md"
|
|
|
|
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
|
|
|
|
homepage = "https://github.com/teldra/buzz-ed"
|
|
repository = "https://github.com/teldra/buzz-ed.git"
|
|
|
|
keywords = ["email","cli"]
|
|
categories = ["command-line-utilities", "email"]
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[badges]
|
|
maintenance = { status = "passively-maintained" }
|
|
|
|
[profile.release]
|
|
debug=true
|
|
|
|
[dependencies]
|
|
imap = "1.0"
|
|
native-tls = "0.2"
|
|
mailparse = "0.8"
|
|
toml = "0.5"
|
|
xdg = "2.1.0"
|
|
rayon = "1.0.0"
|
|
chrono = "0.4"
|