summaryrefslogtreecommitdiffstats
path: root/imag-notes/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-19 16:47:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-26 16:43:33 +0100
commit8ee4a7ff50960a60af62b916fdb0ea6714205c2b (patch)
treeb0aef3ee52fdeac033f7fb5b605f4dec45892ce1 /imag-notes/Cargo.toml
parent115a8248a4a17f3275f94d750bac03d8b47cc046 (diff)
Initial import for imag-notes
Diffstat (limited to 'imag-notes/Cargo.toml')
-rw-r--r--imag-notes/Cargo.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/imag-notes/Cargo.toml b/imag-notes/Cargo.toml
new file mode 100644
index 00000000..8faaab35
--- /dev/null
+++ b/imag-notes/Cargo.toml
@@ -0,0 +1,23 @@
+[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"
+
+[dependencies.libimagtag]
+path = "../libimagtag"
+
+[dependencies.libimagutil]
+path = "../libimagutil"
+