Add dep: libimagutil
This commit is contained in:
parent
538a77294e
commit
e4658aa166
2 changed files with 8 additions and 0 deletions
5
libimagrt/Cargo.lock
generated
5
libimagrt/Cargo.lock
generated
|
@ -5,6 +5,7 @@ dependencies = [
|
|||
"clap 1.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"config 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libimagstore 0.1.0",
|
||||
"libimagutil 0.1.0",
|
||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
@ -69,6 +70,10 @@ dependencies = [
|
|||
"toml 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libimagutil"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.3.4"
|
||||
|
|
|
@ -11,3 +11,6 @@ log = "0.3.4"
|
|||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
||||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
|
||||
|
|
Loading…
Reference in a new issue