start implementing a plugin system using standard I/O as a transport
@@ -0,0 +1,5 @@
use std::io::Result;
fn main() -> Result<()> {
prost_build::compile_protos(&["protobuf/plugin.proto"], &["protobuf/"])
}
The note is not visible to the blocked user.