|
|
566f85beda
|
Major cleanup and optimization: Remove unused dependencies, clean build artifacts, and improve project structure
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 6m6s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m52s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Remove 7 unused dependencies: apt-pkg-native, pkg-config, walkdir, lazy_static, futures, async-trait, cap-std
- Delete dead code: Remove unused parallel.rs module
- Clean build artifacts: Remove debian/cargo/, debian/.debhelper/, and other build files
- Update .gitignore: Comprehensive patterns for build artifacts, test files, and temporary files
- Move documentation: Relocate project docs to docs/ directory
- Remove test artifacts: Clean up test files and package archives
- Update Cargo.toml: Streamline dependencies and remove unused features
- Verify build: Ensure project still compiles after cleanup
This commit significantly reduces project size and improves build efficiency.
|
2025-08-19 10:51:37 -07:00 |
|