1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-21 19:17:48 +01:00
nushell/crates/nu-errors/build.rs

4 lines
78 B
Rust
Raw Normal View History

2019-12-02 22:14:51 +01:00
fn main() -> Result<(), Box<dyn std::error::Error>> {
nu_build::build()
}