solana/storage-bigtable/build-proto/Cargo.toml

19 lines
516 B
TOML
Raw Normal View History

2020-07-20 08:55:27 -07:00
[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
description = "Blockchain, Rebuilt for Scale"
2021-11-30 16:47:00 -08:00
edition = "2021"
2020-07-20 08:55:27 -07:00
homepage = "https://solana.com/"
license = "Apache-2.0"
name = "proto"
publish = false
repository = "https://github.com/solana-labs/solana"
version = "1.15.0"
2020-07-20 08:55:27 -07:00
[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"