2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 12:43:48 +00:00
nushell/build.rs

4 lines
78 B
Rust
Raw Normal View History

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