Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Clean butane/.butane only during cargo test #215

Closed jayvdb closed 3 months ago

jayvdb commented 3 months ago

Fixes https://github.com/Electron100/butane/issues/56

Also only re-run build.rs if the tests/ change.