depend on lightproc master branch so we can compile

This commit is contained in:
o0Ignition0o 2021-04-09 09:15:34 +02:00
parent c6016a95f6
commit 1c4ffb3e3f
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ tokio-runtime = ["tokio"]
[dependencies]
bastion-utils = "0.3.2"
# lightproc = "0.3"
lightproc = { path = "../lightproc" }
lightproc = { git = "https://github.com/bastion-rs/bastion.git" }
# lightproc = { path = "../lightproc" }
# bastion-utils = { path = "../bastion-utils" }
crossbeam-utils = "0.8"

View File

@ -51,8 +51,9 @@ rustdoc-args = ["--cfg", "feature=\"docs\""]
[dependencies]
bastion-executor = { git = "https://github.com/bastion-rs/bastion.git" }
lightproc = "0.3"
# bastion-executor = { path = "../bastion-executor" }
lightproc = { git = "https://github.com/bastion-rs/bastion.git" }
# lightproc = "0.3"
# lightproc = { path = "../lightproc" }
lever = "0.1"