refactor!: Moved CLI to inner package

- Increased version to 0.3.0
- Repository now is a Cargo workspace
- Added squad-quest-cli package
- Removed CLI-specific dependencies from main crate
- Removed bin target from main package
This commit is contained in:
Alexey 2025-12-04 13:56:53 +03:00
commit 47f55105dd
5 changed files with 37 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/target
/cli/target