Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only include relevant files in release bundle
By default Cargo includes all files in the crate directory in the released bundle. That's not only potentially wasteful, it may also include files that potentially have no business being included (Cargo typically warns about potential issues, but we have seen at least one case where that was not enough). This change adjusts our Cargo.toml to only include relevant files in the created release bundle.
- Loading branch information