buzz-ed/Cargo.toml

27 lines
581 B
TOML
Raw Normal View History

2017-03-02 07:20:17 +01:00
[package]
name = "buzz"
version = "1.0.1"
2017-03-02 07:20:17 +01:00
description = "A simple system tray application for notifying about unseen e-mail"
readme = "README.md"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
homepage = "https://github.com/jonhoo/buzz"
repository = "https://github.com/jonhoo/buzz.git"
keywords = ["email","cli","systray","notification"]
categories = ["command-line-utilities", "email"]
license = "MIT/Apache-2.0"
[dependencies]
imap = "0.3.2"
2017-07-06 01:32:35 +02:00
openssl = "0.9.14"
2017-05-05 01:17:32 +02:00
systray = "0.2.0"
2017-03-02 07:20:17 +01:00
mailparse = "0.5.1"
2017-07-06 01:32:35 +02:00
toml = "0.4.2"
xdg = "2.1.0"
2017-07-06 01:32:35 +02:00
notify-rust = "3.4.0"
rayon = "0.8.2"