mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
19 lines
313 B
TOML
19 lines
313 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"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.72"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "^0.5"
|