use git URL for jobkit instead of local path
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
33e45f6ce8
commit
6d17e82843
2 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ memmap2 = "0.9"
|
|||
rayon = "1"
|
||||
peg = "0.8"
|
||||
paste = "1"
|
||||
jobkit = { path = "/home/kent/jobkit", features = ["daemon", "console"] }
|
||||
jobkit = { git = "https://evilpiepirate.org/git/jobkit.git", features = ["daemon", "console"] }
|
||||
tokio = { version = "1", features = ["full", "tracing"] }
|
||||
console-subscriber = "0.5"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue