example: Add grpc client deps

This commit is contained in:
Eishun Kondoh 2018-10-10 17:45:18 +09:00
parent e8a02cdd9d
commit b9f353809d
8 changed files with 142 additions and 5 deletions

View file

@ -0,0 +1,17 @@
[package]
name = "gobgp"
version = "0.1.0"
authors = ["HansiHE <hansihe@hansihe.com>"]
[lib]
name = "gobgp"
path = "src/lib.rs"
crate-type = ["dylib"]
[package.metadata.release]
[dependencies]
rustler = { git = "https://github.com/hansihe/rustler", branch = "remove_nif_from_types"}
rustler_codegen = { git = "https://github.com/hansihe/rustler", branch = "remove_nif_from_types"}
bufstream = "0.1.2"
lazy_static = "1.0.0"