1
2
3
4
5
//! Crate with utility functions for `build.rs` scripts.

mod license;

pub use license::*;