Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: optimize cargo workspace settings
- move global settings, `edition`, `version` to the root `Cargo.toml`. - add the dir `/examples` as workspace members, and add `multi-plugin` as cargo example target. - move examples profile settings to root `Cargo.toml` (because the profile settings only work in the root `Cargo.toml`) - set the members of workspace to inherit settings from the root `Cargo.toml`. - update `Cargo.lock` (because of examples deps). - remove `examples/Cargo.lock` (of course, `examples` now is a member of workspace, so it can not have lock file). - reformat all the Cargo file with taplo.
- Loading branch information