rksm / hot-lib-reloader-rs

Reload Rust code without app restarts. For faster feedback cycles.
MIT License
618 stars 20 forks source link

fix workspace configuration #23

Closed lucatrv closed 2 years ago

rksm commented 2 years ago

Thank you!

lucatrv commented 1 year ago

@rksm on a side note resolver = "2" is now implied with edition = "2021", so it is unnecessary. I left it for consistency with your other examples, but I would actually advise to remove resolver = "2" from all examples. See the Rust 2021 edition guide.