sesh-proto 0.1.12

Protobuf definition crate for Sesh, a Unix terminal session manager
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("sesh.proto")?;
    Ok(())
}