2016-03-19 15:47:56 +00:00
|
|
|
[package]
|
|
|
|
name = "imag-notes"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
semver = "0.2.1"
|
|
|
|
clap = "2.1.1"
|
|
|
|
log = "0.3.5"
|
|
|
|
version = "2.0.1"
|
|
|
|
|
|
|
|
[dependencies.libimagrt]
|
|
|
|
path = "../libimagrt"
|
|
|
|
|
|
|
|
[dependencies.libimagnotes]
|
|
|
|
path = "../libimagnotes"
|
|
|
|
|
2016-04-16 19:58:19 +00:00
|
|
|
[dependencies.libimagentrytag]
|
|
|
|
path = "../libimagentrytag"
|
2016-03-19 15:47:56 +00:00
|
|
|
|
|
|
|
[dependencies.libimagutil]
|
|
|
|
path = "../libimagutil"
|
|
|
|
|