Skip to content

Commit

Permalink
Merge pull request #256 from vincenzopalazzo/master
Browse files Browse the repository at this point in the history
meta: add possibility to install cln plugin with coffee
  • Loading branch information
sr-gi authored Sep 5, 2024
2 parents 609da2d + 011ba64 commit b8a996e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions coffee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
plugin:
name: rust-teos
version: 0.2.0
lang: rust
install: |
cargo build --release --locked --package watchtower-plugin
cp target/release/watchtower-client .
cargo clean
main: watchtower-client

0 comments on commit b8a996e

Please sign in to comment.