pub fn rebuild_if_crate_changed(pkg_name: &str)
Expand description

Call from build.rs to trigger a rebuild whenever any source file of the given package or any of its dependencies changes, recursively.

This will work even if the package depends on crates that are outside of the workspace, included with path = …