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>
15 lines
248 B
TOML
15 lines
248 B
TOML
[workspace]
|
|
members = ["poc-memory", "poc-daemon", "poc-agent"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.4.0"
|
|
edition = "2024"
|
|
|
|
[profile.release]
|
|
opt-level = 2
|
|
debug = 1
|
|
frame-pointer = "always"
|
|
|
|
[profile.release.package."*"]
|
|
debug = false
|