[package] authors = ["Solana Maintainers "] description = "Blockchain, Rebuilt for Scale" edition = "2021" homepage = "https://solana.com/" license = "Apache-2.0" name = "proto" publish = false repository = "https://github.com/solana-labs/solana" version = "1.15.0" [workspace] [dependencies] tonic-build = "0.8.0" # windows users should install the protobuf compiler manually and set the PROTOC # envar to point to the installed binary [target."cfg(not(windows))".dependencies] protobuf-src = "1.0.5"