mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-03 20:44:54 +01:00
0cbf918af1
Suggested-by: Vincenzo Palazzo <@vincenzopalazzo>
16 lines
271 B
TOML
16 lines
271 B
TOML
[package]
|
|
name = "cln-grpc"
|
|
version = "0.0.1"
|
|
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"
|