502ba8b7fc
prettytable-rs: 0.4.0 -> 0.5.1 Update dependency.
36 lines
854 B
TOML
36 lines
854 B
TOML
[package]
|
|
name = "imag"
|
|
version = "0.1.0"
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
|
homepage = "https://github.com/matthiasbeyer/imag"
|
|
license = "LGPLv2"
|
|
license-file = "LICENSE"
|
|
readme = "README.md"
|
|
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
|
|
keywords = ["PIM", "personal", "information", "management", "cli", "vcard", "ical", "wiki", "bookmark", "todo", "rss" ]
|
|
|
|
[dependencies]
|
|
log = "0.3.2"
|
|
regex = "0.1.41"
|
|
url = "0.2.37"
|
|
uuid = "0.1.18"
|
|
glob = "0.2.10"
|
|
|
|
config = "0.1.2"
|
|
|
|
chrono = "0.2.16"
|
|
|
|
serde = "0.6.1"
|
|
serde_json = "0.6.0"
|
|
|
|
clap = { version = "1.4.5", features = ["yaml"] }
|
|
term_grid = "0.1.2"
|
|
prettytable-rs = "0.5.1"
|
|
open = "1.1.0"
|
|
itertools = "0.4.5"
|
|
hoedown = "3.0.3"
|
|
ansi_term = "0.7.1"
|
|
rand = "0.3"
|
|
yaml-rust = "0.3.0"
|
|
|