Move dependency specs to be in right subtable
This commit is contained in:
parent
a1289cc559
commit
a1ecf34d51
2 changed files with 6 additions and 6 deletions
|
@ -19,12 +19,12 @@ toml = "0.4"
|
|||
toml-query = "0.3"
|
||||
is-match = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.4"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.4"
|
||||
|
||||
|
|
|
@ -19,9 +19,6 @@ toml-query = "0.3"
|
|||
lazy_static = "0.2"
|
||||
toml = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
is-match = "0.1"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
|
@ -31,3 +28,6 @@ path = "../libimagstore"
|
|||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
|
||||
[dev-dependencies]
|
||||
is-match = "0.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue