First pass at macro

This commit is contained in:
Lucio Franco
2019-08-15 17:50:25 -04:00
parent 0a8aaa8071
commit 5e208d9da2
10 changed files with 470 additions and 155 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "tonic-build"
version = "0.1.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost-build = "0.5"
codegen = "0.1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }