orml_build_script_utils/
lib.rs

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

mod license;

pub use license::*;