Remove jobkit-daemon from workspace members

jobkit-daemon is now an external git dependency with its own repo.
The local clone was only needed temporarily to fix a broken
Cargo.toml in the remote.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kent Overstreet 2026-03-18 22:59:21 -04:00
parent 465c03aa11
commit 1b48e57f34
2 changed files with 2 additions and 14 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["poc-memory", "poc-daemon", "jobkit-daemon", "poc-agent"]
members = ["poc-memory", "poc-daemon", "poc-agent"]
resolver = "2"
[workspace.package]