Commit Cargo.lock changes, add build scripts (#1521)

## Issue Addressed

NA

## Proposed Changes

This PR commits the `Cargo.lock` file so it does not indicate a dirty git tree in the version tag. This code should be used for the `v0.2.3` release.

Also, adds a `Makefile` command to produce tarballs for upload on release.

## Additional Info

NA
This commit is contained in:
Paul Hauner
2020-08-14 22:24:27 +00:00
parent f4a7311008
commit 6aeb896480
3 changed files with 38 additions and 5 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ target/
flamegraph.svg
perf.data*
*.tar.gz
bin/