diff --git a/templates/rustlang/Cargo.toml b/templates/rustlang/Cargo.toml new file mode 100644 index 0000000..a5c1e45 --- /dev/null +++ b/templates/rustlang/Cargo.toml @@ -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"} \ No newline at end of file