Add dependencies
This commit is contained in:
parent
f6d7d28564
commit
8f4c712cdb
1 changed files with 15 additions and 1 deletions
|
@ -1,6 +1,20 @@
|
|||
[package]
|
||||
name = "libimagannotation"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
||||
uuid = { version = "0.3.1", features = ["v4"] }
|
||||
|
||||
[dependencies.libimagstore]
|
||||
path = "../libimagstore"
|
||||
|
||||
[dependencies.libimagerror]
|
||||
path = "../libimagerror"
|
||||
|
||||
[dependencies.libimagentrylink]
|
||||
path = "../libimagentrylink"
|
||||
|
||||
[dependencies.libimagutil]
|
||||
path = "../libimagutil"
|
||||
|
||||
|
|
Loading…
Reference in a new issue