2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-19 16:44:46 +00:00
nushell/crates/nu_plugin_binaryview/build.rs
2019-12-05 06:51:20 +13:00

3 lines
78 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
nu_build::build()
}