imag/Cargo.toml

30 lines
546 B
TOML
Raw Normal View History

2015-10-18 13:58:17 +00:00
[package]
name = "imag"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
2015-10-30 22:52:55 +00:00
repository = ""
license = "GPLv2"
readme = "README.md"
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
2015-10-18 13:58:17 +00:00
[dependencies]
log = "0.3.2"
regex = "0.1.41"
url = "0.2.37"
uuid = "0.1.18"
2015-11-20 14:33:40 +00:00
glob = "0.2.10"
2015-10-18 13:58:17 +00:00
2015-10-26 22:27:40 +00:00
config = "0.1.2"
2015-10-18 13:58:17 +00:00
chrono = "0.2.16"
2015-11-09 17:33:44 +00:00
serde = "0.6.1"
2015-11-08 16:31:51 +00:00
serde_json = "0.6.0"
2015-10-18 13:58:17 +00:00
clap = { version = "1.4.5", features = ["yaml"] }
rustty = "0.1.9"
term = "0.2.12"
2015-10-31 11:05:25 +00:00
term_grid = "0.1.2"
2015-11-30 18:04:59 +00:00
prettytable-rs = "0.4.0"
2015-10-18 13:58:17 +00:00