2016-04-20 17:23:35 +00:00
|
|
|
[package]
|
2016-05-10 14:43:59 +00:00
|
|
|
authors = ["mario <mario-krehl@gmx.de>"]
|
2016-05-03 15:37:53 +00:00
|
|
|
name = "imag-todo"
|
2016-08-07 14:31:11 +00:00
|
|
|
version = "0.2.0"
|
2016-04-20 17:23:35 +00:00
|
|
|
|
2016-10-18 08:56:12 +00:00
|
|
|
description = "Part of the imag core distribution: imag-todo command"
|
|
|
|
|
|
|
|
keywords = ["imag", "PIM", "personal", "information", "management"]
|
|
|
|
readme = "../README.md"
|
|
|
|
license = "LGPL-2.1"
|
|
|
|
|
|
|
|
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
|
|
|
repository = "https://github.com/matthiasbeyer/imag"
|
2016-10-20 12:14:18 +00:00
|
|
|
homepage = "http://imag-pim.org"
|
2016-10-18 08:56:12 +00:00
|
|
|
|
2016-08-23 09:58:56 +00:00
|
|
|
[profile.dev]
|
|
|
|
codegen-units = 2
|
|
|
|
|
2016-04-20 17:23:35 +00:00
|
|
|
[dependencies]
|
2016-08-06 15:38:33 +00:00
|
|
|
clap = "2.*"
|
2016-05-10 14:43:59 +00:00
|
|
|
glob = "0.2.11"
|
|
|
|
log = "0.3.6"
|
|
|
|
semver = "0.2.3"
|
2016-08-06 09:23:52 +00:00
|
|
|
serde_json = "0.7.4"
|
2016-08-06 09:11:40 +00:00
|
|
|
task-hookrs = "0.2.0"
|
2016-08-06 15:27:41 +00:00
|
|
|
toml = "0.2.*"
|
2016-05-10 14:43:59 +00:00
|
|
|
version = "2.0.1"
|
2016-06-30 13:12:06 +00:00
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
2016-05-10 14:43:59 +00:00
|
|
|
|
|
|
|
[dependencies.libimagstore]
|
|
|
|
path = "../libimagstore"
|
|
|
|
|
2016-06-30 13:12:06 +00:00
|
|
|
[dependencies.libimagtodo]
|
|
|
|
path = "../libimagtodo"
|
2016-05-10 14:43:59 +00:00
|
|
|
|
2016-07-04 12:04:11 +00:00
|
|
|
[dependencies.libimagerror]
|
|
|
|
path = "../libimagerror"
|