Files
tonic/tonic-macros/Cargo.toml
T
2019-08-09 14:01:27 -04:00

20 lines
423 B
TOML

[package]
name = "tonic-macros"
version = "0.1.0"
authors = ["Lucio Franco <[email protected]>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
tonic = { path = "../tonic" }
syn = { version = "0.15", features = ["full"] }
quote = "0.6"
proc-macro2 = "0.4"
prost-build = "0.5"
tower-service = { git = "https://github.com/tower-rs/tower", branch = "std-future" }
[dev-dependencies]
tokio = "=0.2.0-alpha.1"