use git URL for jobkit instead of local path

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
Kent Overstreet 2026-04-02 19:46:43 -04:00
parent 33e45f6ce8
commit 6d17e82843
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -2045,6 +2045,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
[[package]]
name = "jobkit"
version = "0.3.0"
source = "git+https://evilpiepirate.org/git/jobkit.git#4aacaac22c5f59a7fbc6ce3a65708fc370e55754"
dependencies = [
"chrono",
"console-subscriber 0.4.1",

View file

@ -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"] }