1
0
mirror of https://github.com/nushell/nushell.git synced 2025-02-21 04:51:31 +01:00
nushell/crates/nu-value-ext/build.rs
2019-12-10 07:39:51 +13:00

4 lines
78 B
Rust

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