mirror of
https://github.com/nushell/nushell
synced 2025-01-07 18:59:04 +00:00
1c964cdfe7
* WIP * semi-revert metadata change
6 lines
139 B
Rust
6 lines
139 B
Rust
use nu_plugin::{serve_plugin, JsonSerializer};
|
|
use nu_plugin_inc::Inc;
|
|
|
|
fn main() {
|
|
serve_plugin(&mut Inc::new(), JsonSerializer {})
|
|
}
|