jobkit-daemon in external repo
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
1629a2c4e3
commit
c153daacd5
6 changed files with 5 additions and 350 deletions
|
|
@ -20,7 +20,7 @@ rayon = "1"
|
|||
peg = "0.8"
|
||||
paste = "1"
|
||||
jobkit = { git = "https://evilpiepirate.org/git/jobkit.git/" }
|
||||
jobkit-daemon = { path = "../jobkit-daemon" }
|
||||
jobkit-daemon = { git = "https://evilpiepirate.org/git/jobkit-daemon.git/" }
|
||||
redb = "2"
|
||||
log = "0.4"
|
||||
ratatui = "0.29"
|
||||
|
|
@ -53,3 +53,7 @@ path = "src/bin/merge-logs.rs"
|
|||
[[bin]]
|
||||
name = "diag-key"
|
||||
path = "src/bin/diag-key.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "find-deleted"
|
||||
path = "src/bin/find-deleted.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue