rksm / hot-lib-reloader-rs

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

fix workspace configuration #23

Closed lucatrv closed 1 year ago

rksm commented 1 year 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.