seed-rs / seed-quickstart

Bare essentials to start a Seed app.
https://seed-rs.org/
101 stars 28 forks source link

Add watch task #6

Closed whazor closed 5 years ago

whazor commented 5 years ago

run with cargo make watch, might need cargo-watch to be installed.

David-OConnor commented 5 years ago

Nice addition. Ideally, it would automatically install cargo-watch, but I've been unable to get it to do so; must install explicitly before.