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

4 lines
78 B
Rust
Raw Normal View History

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