Files
harmony/private_repos/example/Cargo.toml
Jean-Gabriel Gill-Couture 56c1b76373 chore(workspace): make private crates standalone, drop private_repos/* glob
Globbing private_repos/* into the public workspace leaked gitignored crate
names into the committed Cargo.lock. Each private crate is now its own
standalone workspace; the public root no longer references them.
2026-06-22 04:27:40 -04:00

7 lines
138 B
TOML

# Standalone workspace — kept out of the public repo's workspace + Cargo.lock.
[workspace]
[package]
name = "example"
edition = "2024"