[package] name = "sesh-proto" version = "0.1.12" edition = "2021" authors = ["Will Hopkins "] license = "MIT" description = "Protobuf definition crate for Sesh, a Unix terminal session manager" readme = "../README.md" repository = "https://github.com/willothy/sesh" documentation = "https://docs.rs/term-sesh" [dependencies] prost = "0.12.1" tonic = { version = "0.10.2", features = ["transport"] } [build-dependencies] tonic-build = "0.10.2"