1plugin: 2 cargo build 3 cp target/debug/libplugin.so plugin.so 4 mkdir -p ../plugins 5 zip ../plugins/test.rstn plugin.so plugin.toml 6 rm plugin.so