1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-24 21:47:56 +01:00
nushell/crates/nu_plugin_post/build.rs

4 lines
78 B
Rust
Raw Normal View History

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