Files
tonic/tests/root-crate-path/Cargo.toml
T
2022-07-29 16:45:57 -04:00

15 lines
282 B
TOML

[package]
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
edition = "2018"
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"}