Files
2022-12-13 15:16:49 -05:00

15 lines
282 B
TOML

[package]
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
edition = "2021"
license = "MIT"
name = "root-crate-path"
publish = false
version = "0.1.0"
[dependencies]
prost = "0.11"
tonic = {path = "../../tonic"}
[build_dependencies]
tonic-build = {path = "../../tonic-build"}