core-lightning/cln-grpc/Cargo.toml
Christian Decker 4c105d2424 cln-grpc: Generate grpc bindings from proto
This is the easy way, since there's already tooling for this.
2022-02-28 23:25:37 +00:00

16 lines
271 B
TOML

[package]
name = "cln-grpc"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
log = "0.4"
cln-rpc = { path="../cln-rpc" }
tonic = { version = "^0.5", features = ["tls", "transport"] }
prost = "0.8"
hex = "0.4.3"
[build-dependencies]
tonic-build = "^0.5"