mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
Move all crates under crates/
Just organizational cleanup, a number of Rust projects do this: https://github.com/search?q=+%22crates%2F*%22+path%3ACargo.toml+-is%3Afork&type=code&p=5 Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -1,17 +1,5 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"cli",
|
||||
"system-reinstall-bootc",
|
||||
"lib",
|
||||
"mount",
|
||||
"ostree-ext",
|
||||
"utils",
|
||||
"blockdev",
|
||||
"xtask",
|
||||
"tests-integration",
|
||||
"tmpfiles",
|
||||
"sysusers",
|
||||
]
|
||||
members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user