1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-23 03:57:26 +01:00
nushell/crates/nu-test-support/build.rs
2020-01-13 01:17:56 -05:00

4 lines
78 B
Rust

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