example: Add grpc client deps
This commit is contained in:
parent
e8a02cdd9d
commit
b9f353809d
8 changed files with 142 additions and 5 deletions
17
examples/evpn_router/native/gobgp/Cargo.toml
Normal file
17
examples/evpn_router/native/gobgp/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue