1
0
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:
Colin Walters
2025-07-16 14:23:52 -04:00
parent 883690598e
commit 2f69a16074
164 changed files with 6 additions and 18 deletions

View File

@@ -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]