summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 782c5c68403d633f8339c243773ad33fd205e629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[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.libimagmodule]
path = "./libimagmodule"

[dependencies.libimagrt]
path = "./libimagstore"

[dependencies.libimagstore]
path = "./libimagstore"

[dependencies.libimagutil]
path = "./libimagutil"