Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[workspace]
members = ["crates/openab-core", "crates/openab-gateway"]
# Standalone crates at the repo root are NOT part of this workspace — each has
# its own Cargo.lock and dedicated CI. Excluding them prevents cargo from
# erroring ("current package believes it's in a workspace when it's not") when
# tooling (e.g. `cargo fmt --check`) runs from inside their directories.
exclude = ["agy-acp", "openab-agent", "openab-auth-proxy", "operator"]

[package]
name = "openab"
Expand Down
Loading