1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-30 18:46:29 +02:00
nushell/crates/nu-plugin/build.rs
2019-12-27 08:52:15 -05:00

4 lines
78 B
Rust

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