We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed51c16 commit e586a61Copy full SHA for e586a61
plugins/Cargo.toml
@@ -2,6 +2,9 @@
2
name = "cln-plugin"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT"
6
+repository = "https://github.com/ElementsProject/lightning/tree/master/plugins"
7
+description = "A CLN plugin library. Write your plugin in Rust."
8
9
[[example]]
10
name = "cln-plugin-startup"
@@ -17,7 +20,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] }
17
20
tokio = { version="1", features = ['io-std', 'rt', 'sync'] }
18
21
tokio-stream = "*"
19
22
futures = "0.3"
-cln-rpc = { path = "../cln-rpc" }
23
+cln-rpc = { path = "../cln-rpc", version = "0.1.0" }
24
25
[dev-dependencies]
26
tokio = { version = "1", features = ["macros", "rt-multi-thread", ] }
0 commit comments