Adds cargo template pointing to a custom version of tonic_lnd

We need the endorsement flag which is not included in the fedimint version
of tonic_lnd
This commit is contained in:
Sergi Delgado Segura 2024-04-19 10:12:44 -04:00
parent 5403dcc925
commit ac1b24aa86
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[package]
name = "attack-ln"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic_lnd = { git = "https://github.com/sr-gi/tonic_lnd", branch="2024-04-attackathon-rpc", features=["lightningrpc", "routerrpc"], package="fedimint-tonic-lnd"}