project-machine / puzzlefs

Apache License 2.0
378 stars 18 forks source link

Let cargo handle build dependencies and add the release target #77

Closed ariel-miculas closed 1 year ago

ariel-miculas commented 1 year ago

The rust source files are not the only ones that need to trigger rebuilds (e.g. Cargo.toml changes should also trigger a rebuild). It's easier to just let cargo manage the dependencies and run cargo build at every make. I've also added a release target for convenience.