restructure project into a virtual manifest

- remove redundant readme
- de-duplicate Cargo.toml information using workspace inheritance
- rename "pacdef_core" to "pacdef"
- move "crates/main/main.rs" to "crates/pacdef/src/main.rs"
This commit is contained in:
ripytide
2024-04-13 14:37:12 +01:00
parent bdfa9b6aeb
commit b473f8e432
48 changed files with 37 additions and 73 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ command = [
"--color",
"always",
"--package",
"pacdef_core",
"pacdef",
"--",
"--color",
"always", # see https://github.com/Canop/bacon/issues/124