1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-11 05:58:15 +01:00
nushell/crates/nu-protocol/build.rs
2019-12-02 13:14:51 -08:00

4 lines
78 B
Rust

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