[package] name = "tari_protobuf_build" version = "0.0.7" authors = ["The Tari Development Community"] description = "Protobuf build code for Tari codebase" keywords = ["protobuf", "build"] repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" edition = "2018" license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] prost-build = "0.5.0" sha2 = "0.8.0"