Add additional dependencies
This commit is contained in:
parent
2644739e35
commit
711810f814
1 changed files with 3 additions and 1 deletions
|
@ -17,8 +17,10 @@ build = "build.rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = ">=2.16.1"
|
clap = ">=2.16.1"
|
||||||
libimagrt = { path = "../libimagrt" }
|
|
||||||
version = "2.0"
|
version = "2.0"
|
||||||
|
libimagrt = { path = "../libimagrt" }
|
||||||
|
libimagentrytag = { path = "../libimagentrytag" }
|
||||||
|
libimagutil = { path = "../libimagutil" }
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
codegen-units = 2
|
codegen-units = 2
|
||||||
|
|
Loading…
Reference in a new issue