[package] version = "0.0.7" name = "iberis-protobuf" edition = "2021" authors = ["raphael.goetz.7@gmail.com"] license = "Apache-2.0" description = "Protobuf files for the marraph project!" repository = "https://github.com/marraph/iberis" include = ["src/*"] [dependencies] tonic = "0.12.1" prost = "0.13" prost-types = "0.13" [build-dependencies] prost-build = "0.13.1" tonic-build = "0.12.1" [lib] name = "iberis_protobuf" path = "src/lib.rs"