7 Commits

Author SHA1 Message Date
geoffsee
03128161ad chore: Add Cargo.lock for muxox package
- Tracks dependencies and ensures reproducible builds
- Automatically generated by Cargo
2025-08-25 15:33:03 -04:00
geoffsee
ee75b7e59a chore(ci): Remove CI and Dependabot configuration files
- Deletes `.github/workflows/ci.yml` and `.github/dependabot.yml`
- Likely deprecating automated CI and dependency management setup
2025-08-25 15:31:46 -04:00
geoffsee
21203b1a99 chore: Update Cargo workspace members configuration
- Set `crates/muxox` as an explicit workspace member
- Adjust default-members to align with updated workspace structure
2025-08-25 15:30:16 -04:00
geoffsee
2dbe8558e5 chore(ci): Comment out clippy and rustfmt steps in workflows
- Disable clippy and rustfmt steps in both `ci.yml` and `release.yml`
- Retain these steps as comments for potential future reactivation
2025-08-25 15:28:46 -04:00
geoffsee
3b2f69df07 chore(ci): Remove redundant working-directory from CI workflow 2025-08-25 15:26:34 -04:00
geoffsee
560980d9d7 refactor(core): Improve code readability and structure
- Format code uniformly, applying consistent indentation and spacing
- Restructure enum, function, and match-case formatting for clarity
- Remove redundant `defaults` from CI workflows
2025-08-25 15:24:10 -04:00
geoffsee
3995b14f9e init for public release v0.1.0 2025-08-25 15:15:13 -04:00