[package] name = "investager_contracts" version = "0.0.1" repository = "https://github.com/tiberiu-matei/investager-contracts" authors = ["Tiberiu Matei "] categories = ["web-programming"] description = "proto3 endpoint contracts for investager" edition = "2021" homepage = "https://github.com/tiberiu-matei/investager-contracts" license = "MIT" readme = "../README.md" [dependencies] tonic = "0.7" prost = "0.10" [build-dependencies] tonic-build = "0.7" # [lib] # path = "build.rs" # edition = "2021" # [[bin]] # name = "user-server" # path = "src/user/server.rs"