feat: add prost, but build failed

This commit is contained in:
2020-12-27 14:12:43 +08:00
parent ec29c2368c
commit cd4a02f513
6 changed files with 366 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "prost"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.6.1"
prost-types = "0.6"
[build-dependencies]
prost-build = "0.6.1"