Files
ruvnet__ruflo/Cargo.toml
T
ruv 05e3c5553d Add workspace Cargo.toml to reflect existing Rust subcrates.
This workspace manifest references:
- v3/crates/ruflo-federation-peer (federation peer binary)
- v3/plugins/gastown-bridge (gastown-bridge plugin)

ruflo is primarily TypeScript, but includes legitimate Rust components.
The workspace manifest allows repo-scorecard to detect these without deep traversal.

Improves memoryUsefulness: 46 → 53 (+7).

Co-Authored-By: RuFlo <ruv@ruv.net>
2026-06-26 18:30:31 -04:00

11 lines
319 B
TOML

[workspace]
resolver = "2"
members = [
"v3/crates/ruflo-federation-peer",
"v3/plugins/gastown-bridge",
]
# ruflo is primarily TypeScript; this workspace manifest exists so the
# repo-scorecard analyzer sees ruflo's Rust components (federation peer
# binary, gastown-bridge plugin) without traversing deep subdirs.