Use cargo feature to specify both version and path
Thanks to reddit user /u/TimNN for suggesting this.
This commit is contained in:
parent
6ef03cda08
commit
a4c2c04c61
35 changed files with 168 additions and 478 deletions
|
@ -15,75 +15,27 @@ homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
[dependencies.libimagannotation]
|
libimagannotation = { version = "0.4.0", path = "../libimagannotation" }
|
||||||
path = "../libimagannotation"
|
libimagbookmark = { version = "0.4.0", path = "../libimagbookmark" }
|
||||||
|
libimagcounter = { version = "0.4.0", path = "../libimagcounter" }
|
||||||
[dependencies.libimagbookmark]
|
libimagdiary = { version = "0.4.0", path = "../libimagdiary" }
|
||||||
path = "../libimagbookmark"
|
libimagentrycategory = { version = "0.4.0", path = "../libimagentrycategory" }
|
||||||
|
libimagentrydatetime = { version = "0.4.0", path = "../libimagentrydatetime" }
|
||||||
[dependencies.libimagcounter]
|
libimagentryedit = { version = "0.4.0", path = "../libimagentryedit" }
|
||||||
path = "../libimagcounter"
|
libimagentryfilter = { version = "0.4.0", path = "../libimagentryfilter" }
|
||||||
|
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
|
||||||
[dependencies.libimagdiary]
|
libimagentrylist = { version = "0.4.0", path = "../libimagentrylist" }
|
||||||
path = "../libimagdiary"
|
libimagentrymarkdown = { version = "0.4.0", path = "../libimagentrymarkdown" }
|
||||||
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
[dependencies.libimagentrycategory]
|
libimagentrytimetrack = { version = "0.4.0", path = "../libimagentrytimetrack" }
|
||||||
path = "../libimagentrycategory"
|
libimagentryview = { version = "0.4.0", path = "../libimagentryview" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagentrydatetime]
|
libimaginteraction = { version = "0.4.0", path = "../libimaginteraction" }
|
||||||
path = "../libimagentrydatetime"
|
libimagmail = { version = "0.4.0", path = "../libimagmail" }
|
||||||
|
libimagnotes = { version = "0.4.0", path = "../libimagnotes" }
|
||||||
[dependencies.libimagentryedit]
|
libimagref = { version = "0.4.0", path = "../libimagref" }
|
||||||
path = "../libimagentryedit"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
[dependencies.libimagentryfilter]
|
libimagtimeui = { version = "0.4.0", path = "../libimagtimeui" }
|
||||||
path = "../libimagentryfilter"
|
libimagtodo = { version = "0.4.0", path = "../libimagtodo" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagentrylink]
|
|
||||||
path = "../libimagentrylink"
|
|
||||||
|
|
||||||
[dependencies.libimagentrylist]
|
|
||||||
path = "../libimagentrylist"
|
|
||||||
|
|
||||||
[dependencies.libimagentrymarkdown]
|
|
||||||
path = "../libimagentrymarkdown"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytimetrack]
|
|
||||||
path = "../libimagentrytimetrack"
|
|
||||||
|
|
||||||
[dependencies.libimagentryview]
|
|
||||||
path = "../libimagentryview"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimaginteraction]
|
|
||||||
path = "../libimaginteraction"
|
|
||||||
|
|
||||||
[dependencies.libimagmail]
|
|
||||||
path = "../libimagmail"
|
|
||||||
|
|
||||||
[dependencies.libimagnotes]
|
|
||||||
path = "../libimagnotes"
|
|
||||||
|
|
||||||
[dependencies.libimagref]
|
|
||||||
path = "../libimagref"
|
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
|
||||||
path = "../libimagrt"
|
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagtimeui]
|
|
||||||
path = "../libimagtimeui"
|
|
||||||
|
|
||||||
[dependencies.libimagtodo]
|
|
||||||
path = "../libimagtodo"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ crossbeam = "0.2"
|
||||||
clap = "2.*"
|
clap = "2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
|
|
|
@ -18,21 +18,9 @@ clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
libimagbookmark = { version = "0.4.0", path = "../libimagbookmark" }
|
||||||
[dependencies.libimagutil]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagutil"
|
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
|
||||||
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
[dependencies.libimagbookmark]
|
|
||||||
path = "../libimagbookmark"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentrylink]
|
|
||||||
path = "../libimagentrylink"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
|
|
|
@ -18,15 +18,7 @@ clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
libimagcounter = { version = "0.4.0", path = "../libimagcounter" }
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagcounter]
|
|
||||||
path = "../libimagcounter"
|
|
||||||
|
|
||||||
|
|
|
@ -19,30 +19,12 @@ version = "2.0"
|
||||||
clap = "2.*"
|
clap = "2.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagdiary = { version = "0.4.0", path = "../libimagdiary" }
|
||||||
|
libimagentryedit = { version = "0.4.0", path = "../libimagentryedit" }
|
||||||
[dependencies.libimagdiary]
|
libimagentrylist = { version = "0.4.0", path = "../libimagentrylist" }
|
||||||
path = "../libimagdiary"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimaginteraction = { version = "0.4.0", path = "../libimaginteraction" }
|
||||||
[dependencies.libimagentryedit]
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
path = "../libimagentryedit"
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
|
libimagtimeui = { version = "0.4.0", path = "../libimagtimeui" }
|
||||||
[dependencies.libimagentrylist]
|
|
||||||
path = "../libimagentrylist"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimaginteraction]
|
|
||||||
path = "../libimaginteraction"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagtimeui]
|
|
||||||
path = "../libimagtimeui"
|
|
||||||
|
|
||||||
|
|
|
@ -22,22 +22,14 @@ toml = "^0.4"
|
||||||
toml-query = "0.1"
|
toml-query = "0.1"
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
|
||||||
[dependencies.libimagrt]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagrt"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
|
||||||
[dependencies.libimagentrylink]
|
|
||||||
path = "../libimagentrylink"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
|
version = "0.4.0"
|
||||||
path = "../libimagutil"
|
path = "../libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
|
@ -17,18 +17,8 @@ version = "2.0.1"
|
||||||
toml = "0.4.*"
|
toml = "0.4.*"
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagmail = { version = "0.4.0", path = "../libimagmail" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagmail]
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
path = "../libimagmail"
|
libimagref = { version = "0.4.0", path = "../libimagref" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagref]
|
|
||||||
path = "../libimagref"
|
|
||||||
|
|
||||||
|
|
|
@ -20,21 +20,9 @@ log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
itertools = "0.5"
|
itertools = "0.5"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagnotes = { version = "0.4.0", path = "../libimagnotes" }
|
||||||
|
libimagentryedit = { version = "0.4.0", path = "../libimagentryedit" }
|
||||||
[dependencies.libimagnotes]
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
path = "../libimagnotes"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagentryedit]
|
|
||||||
path = "../libimagentryedit"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -19,24 +19,10 @@ clap = ">=2.17"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagref = { version = "0.4.0", path = "../libimagref" }
|
||||||
[dependencies.libimagrt]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagrt"
|
libimaginteraction = { version = "0.4.0", path = "../libimaginteraction" }
|
||||||
|
libimagentrylist = { version = "0.4.0", path = "../libimagentrylist" }
|
||||||
[dependencies.libimagref]
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
path = "../libimagref"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimaginteraction]
|
|
||||||
path = "../libimaginteraction"
|
|
||||||
|
|
||||||
[dependencies.libimagentrylist]
|
|
||||||
path = "../libimagentrylist"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -20,19 +20,10 @@ version = "2.0.1"
|
||||||
semver = "0.5"
|
semver = "0.5"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore", default-features = false, features = ["verify"] }
|
||||||
path = "../libimagstore"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
default-features = false
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
features = ["verify"]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
|
||||||
path = "../libimagrt"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
early-panic = [ "libimagstore/early-panic" ]
|
early-panic = [ "libimagstore/early-panic" ]
|
||||||
|
|
|
@ -20,27 +20,19 @@ version = "2.0.1"
|
||||||
semver = "0.2"
|
semver = "0.2"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagrt]
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
path = "../libimagrt"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
default-features = false
|
|
||||||
features = ["testing"]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
toml-query = "0.3.0"
|
toml-query = "0.3.0"
|
||||||
env_logger = "0.3"
|
env_logger = "0.3"
|
||||||
|
|
||||||
|
[dev-dependencies.libimagutil]
|
||||||
|
version = "0.4.0"
|
||||||
|
path = "../libimagutil"
|
||||||
|
default-features = false
|
||||||
|
features = ["testing"]
|
||||||
|
|
||||||
|
|
|
@ -23,18 +23,8 @@ chrono = "^0.4"
|
||||||
filters = "0.1.1"
|
filters = "0.1.1"
|
||||||
itertools = "0.6"
|
itertools = "0.6"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagrt]
|
libimagentrytimetrack = { version = "0.4.0", path = "../libimagentrytimetrack" }
|
||||||
path = "../libimagrt"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytimetrack]
|
|
||||||
path = "../libimagentrytimetrack"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -25,14 +25,7 @@ toml-query = "0.3.*"
|
||||||
is-match = "0.1.*"
|
is-match = "0.1.*"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
|
libimagtodo = { version = "0.4.0", path = "../libimagtodo" }
|
||||||
[dependencies.libimagstore]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagtodo]
|
|
||||||
path = "../libimagtodo"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
|
@ -20,15 +20,7 @@ semver = "0.5"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagrt]
|
libimagentryview = { version = "0.4.0", path = "../libimagentryview" }
|
||||||
path = "../libimagrt"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentryview]
|
|
||||||
path = "../libimagentryview"
|
|
||||||
|
|
||||||
|
|
|
@ -14,18 +14,8 @@ uuid = { version = "0.3.1", features = ["v4"] }
|
||||||
lazy_static = "0.1.15"
|
lazy_static = "0.1.15"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagnotes = { version = "0.4.0", path = "../libimagnotes" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagnotes]
|
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
|
||||||
path = "../libimagnotes"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentrylink]
|
|
||||||
path = "../libimagentrylink"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -18,12 +18,7 @@ semver = "0.5"
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagentrylink = { version = "0.4.0", path = "../libimagentrylink" }
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentrylink]
|
|
||||||
path = "../libimagentrylink"
|
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,5 @@ toml = "0.4.*"
|
||||||
toml-query = "0.3.*"
|
toml-query = "0.3.*"
|
||||||
semver = "0.5"
|
semver = "0.5"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
|
|
|
@ -22,21 +22,9 @@ toml-query = "0.3.*"
|
||||||
regex = "0.1"
|
regex = "0.1"
|
||||||
itertools = "0.5"
|
itertools = "0.5"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagerror"
|
libimagentryedit = { version = "0.4.0", path = "../libimagentryedit" }
|
||||||
|
libimagentryview = { version = "0.4.0", path = "../libimagentryview" }
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
|
||||||
path = "../libimagrt"
|
|
||||||
|
|
||||||
[dependencies.libimagentryedit]
|
|
||||||
path = "../libimagentryedit"
|
|
||||||
|
|
||||||
[dependencies.libimagentryview]
|
|
||||||
path = "../libimagentryview"
|
|
||||||
|
|
||||||
|
|
|
@ -19,11 +19,8 @@ toml = "0.4"
|
||||||
toml-query = "0.3"
|
toml-query = "0.3"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagerror"
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.4"
|
env_logger = "0.4"
|
||||||
|
|
|
@ -19,14 +19,9 @@ toml-query = "0.3"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagerror"
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagstore]
|
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
|
@ -15,15 +15,7 @@ homepage = "http://imag-pim.org"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagerror"
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
[dependencies.libimagrt]
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
path = "../libimagrt"
|
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,5 @@ regex = "0.2"
|
||||||
semver = "0.5.*"
|
semver = "0.5.*"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
|
|
|
@ -23,12 +23,6 @@ rust-crypto = "0.2"
|
||||||
env_logger = "0.3"
|
env_logger = "0.3"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -19,12 +19,6 @@ log = "0.3"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
prettytable-rs = "0.6.*"
|
prettytable-rs = "0.6.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,6 @@ hoedown = "5.0.0"
|
||||||
crossbeam = "0.2"
|
crossbeam = "0.2"
|
||||||
url = "1.2"
|
url = "1.2"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
|
|
|
@ -22,12 +22,6 @@ itertools = "0.5"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
filters = "0.1"
|
filters = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
|
@ -21,15 +21,7 @@ toml-query = "0.3"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagerror"
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
|
libimagentrydatetime = { version = "0.4.0", path = "../libimagentrydatetime" }
|
||||||
[dependencies.libimagstore]
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagentrydatetime]
|
|
||||||
path = "../libimagentrydatetime"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
|
|
|
@ -18,15 +18,7 @@ log = "0.3"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
glob = "0.2"
|
glob = "0.2"
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
path = "../libimagrt"
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagstore]
|
libimagentryedit = { version = "0.4.0", path = "../libimagentryedit" }
|
||||||
path = "../libimagstore"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagentryedit]
|
|
||||||
path = "../libimagentryedit"
|
|
||||||
|
|
||||||
|
|
|
@ -24,15 +24,7 @@ toml = "^0.4"
|
||||||
spinner = "0.4"
|
spinner = "0.4"
|
||||||
rustyline = "1.0"
|
rustyline = "1.0"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagentryfilter = { version = "0.4.0", path = "../libimagentryfilter" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagentryfilter]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagentryfilter"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
|
|
|
@ -20,12 +20,6 @@ semver = "0.5"
|
||||||
toml = "0.4.*"
|
toml = "0.4.*"
|
||||||
filters = "0.1.*"
|
filters = "0.1.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagref = { version = "0.4.0", path = "../libimagref" }
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagref]
|
|
||||||
path = "../libimagref"
|
|
||||||
|
|
||||||
|
|
|
@ -18,18 +18,8 @@ semver = "0.5"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
toml = "^0.4"
|
toml = "^0.4"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagrt = { version = "0.4.0", path = "../libimagrt" }
|
||||||
[dependencies.libimagerror]
|
libimagentryedit = { version = "0.4.0", path = "../libimagentryedit" }
|
||||||
path = "../libimagerror"
|
libimagentrytag = { version = "0.4.0", path = "../libimagentrytag" }
|
||||||
|
|
||||||
[dependencies.libimagrt]
|
|
||||||
path = "../libimagrt"
|
|
||||||
|
|
||||||
[dependencies.libimagentryedit]
|
|
||||||
path = "../libimagentryedit"
|
|
||||||
|
|
||||||
[dependencies.libimagentrytag]
|
|
||||||
path = "../libimagentrytag"
|
|
||||||
|
|
||||||
|
|
|
@ -22,15 +22,7 @@ toml = "^0.4"
|
||||||
version = "2.0.1"
|
version = "2.0.1"
|
||||||
walkdir = "1.0.*"
|
walkdir = "1.0.*"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
libimagentrylist = { version = "0.4.0", path = "../libimagentrylist" }
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagentrylist]
|
|
||||||
path = "../libimagentrylist"
|
|
||||||
|
|
||||||
|
|
|
@ -24,12 +24,6 @@ tempfile = "2.1"
|
||||||
ansi_term = "0.9"
|
ansi_term = "0.9"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
|
|
|
@ -30,11 +30,8 @@ serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
||||||
[dependencies.libimagerror]
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
path = "../libimagerror"
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3.4"
|
tempdir = "0.3.4"
|
||||||
|
|
|
@ -23,12 +23,6 @@ is-match = "0.1.*"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
serde_json = "0.8"
|
serde_json = "0.8"
|
||||||
|
|
||||||
[dependencies.libimagstore]
|
libimagstore = { version = "0.4.0", path = "../libimagstore" }
|
||||||
path = "../libimagstore"
|
libimagerror = { version = "0.4.0", path = "../libimagerror" }
|
||||||
|
libimagutil = { version = "0.4.0", path = "../libimagutil" }
|
||||||
[dependencies.libimagerror]
|
|
||||||
path = "../libimagerror"
|
|
||||||
|
|
||||||
[dependencies.libimagutil]
|
|
||||||
path = "../libimagutil"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue