Files
tonic/tests/extern_path/uuid/Cargo.toml
T
2020-04-01 12:35:11 -04:00

16 lines
319 B
TOML

[package]
name = "uuid1"
version = "0.1.0"
authors = ["Danny Hua <[email protected]>"]
edition = "2018"
publish = false
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.6"
bytes = "0.5"
[build-dependencies]
prost-build = "0.6"