Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude ci workflows in crate (#41)
### Why? It seems `.github` dir and its content seem to be packaged into the crate. ### What's changed? - Excluded `.github/**/*` in `[package]` section of `cargo.toml`.
- Loading branch information