Skip to content

Commit e586a61

Browse files
cdeckerrustyrussell
authored andcommitted
cln-plugin: Add metadata required by crates.io
1 parent ed51c16 commit e586a61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "cln-plugin"
33
version = "0.1.0"
44
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."
58

69
[[example]]
710
name = "cln-plugin-startup"
@@ -17,7 +20,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] }
1720
tokio = { version="1", features = ['io-std', 'rt', 'sync'] }
1821
tokio-stream = "*"
1922
futures = "0.3"
20-
cln-rpc = { path = "../cln-rpc" }
23+
cln-rpc = { path = "../cln-rpc", version = "0.1.0" }
2124

2225
[dev-dependencies]
2326
tokio = { version = "1", features = ["macros", "rt-multi-thread", ] }

0 commit comments

Comments
 (0)