21 lines
429 B
TOML
21 lines
429 B
TOML
[package]
|
|
authors = ["Lucio Franco <luciofranco14@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "wellknown-compiled"
|
|
publish = false
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
prost = "0.11"
|
|
tonic = {path = "../../tonic"}
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.11.4"
|
|
tonic-build = {path = "../../tonic-build"}
|