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.
7 lines
138 B
TOML
7 lines
138 B
TOML
# Standalone workspace — kept out of the public repo's workspace + Cargo.lock.
|
|
[workspace]
|
|
|
|
[package]
|
|
name = "example"
|
|
edition = "2024"
|