mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:55:55 +02:00
Move the remainder of the plugins to crates
This commit is contained in:
3
crates/nu_plugin_tree/build.rs
Normal file
3
crates/nu_plugin_tree/build.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
nu_build::build()
|
||||
}
|
Reference in New Issue
Block a user