diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2017-09-24 12:05:32 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2017-09-24 12:05:32 +0200 |
commit | 61d472a8c7cb792b975354794b11da90ba797f2d (patch) | |
tree | 1ee7698b0e95647068a298d5fac32275ed779a94 | |
parent | e9bf46c2471c55902f8a9d0694bfd0df965f9812 (diff) | |
download | imag-61d472a8c7cb792b975354794b11da90ba797f2d.tar.gz imag-61d472a8c7cb792b975354794b11da90ba797f2d.tar.xz |
-rw-r--r-- | bin/core/imag/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index d652a359..11460a26 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -13,13 +13,6 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" -[build-dependencies] -clap = ">=2.17" -version = "2.0" -libimagrt = { path = "../../../lib/core/libimagrt" } -libimagentrytag = { path = "../../../lib/entry/libimagentrytag" } -libimagutil = { path = "../../../lib/etc/libimagutil" } - [dependencies] version = "2.0" walkdir = "1" |