- verify-commit command checks signature against devices.json - generate-hook outputs installable pre-receive script - Foundation for server-side enforcement Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
158 B
TOML
9 lines
158 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/relicario-core",
|
|
"crates/relicario-cli",
|
|
"crates/relicario-wasm",
|
|
"crates/relicario-server",
|
|
]
|