2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 13:38:41 +00:00
nushell/crates/nu_plugin_post/build.rs

4 lines
78 B
Rust
Raw Normal View History

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