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
@@ -6,7 +6,7 @@ Release Checklist
* Run `cargo outdated` and review semver incompatible updates.
Unless there is a strong motivation otherwise, review and update every dependency.
* Update the date and version in all man pages: "chore(release): bump man pages".
* Run `cargo release -p pacdef_core -p pacdef <level>`.
* Run `cargo release -p pacdef <version>`.
`pacdef_core` and `pacdef` shall have the same version at all times.
Verify everything works as expected.
* Rerun `cargo publish` with `--execute.`