imag/Cargo.toml

25 lines
692 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>"]
2016-01-06 19:24:26 +00:00
repository = "https://github.com/matthiasbeyer/imag"
homepage = "https://github.com/matthiasbeyer/imag"
license = "LGPLv2"
license-file = "LICENSE"
2015-10-30 22:52:55 +00:00
readme = "README.md"
description = "CLI PIM suite with nice API, so you can use an MUA, Editor, etc. of your choice"
2016-01-06 19:24:26 +00:00
keywords = ["PIM", "personal", "information", "management", "cli", "vcard", "ical", "wiki", "bookmark", "todo", "rss" ]
2015-10-18 13:58:17 +00:00
[dependencies.libimagmodule]
path = "./libimagmodule"
[dependencies.libimagrt]
path = "./libimagstore"
[dependencies.libimagstore]
path = "./libimagstore"
[dependencies.libimagutil]
path = "./libimagutil"
2015-10-18 13:58:17 +00:00