1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-10 05:28:29 +01:00
nushell/crates/nu_plugin_sys/build.rs
2019-12-10 16:57:55 +13:00

4 lines
78 B
Rust

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