1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 19:47:08 +01:00
nushell/crates/nu-plugin/build.rs

4 lines
78 B
Rust
Raw Normal View History

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