mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
cln-plugin: Add metadata required by crates.io
This commit is contained in:
parent
ed51c164c0
commit
e586a61228
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
|||
name = "cln-plugin"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/ElementsProject/lightning/tree/master/plugins"
|
||||
description = "A CLN plugin library. Write your plugin in Rust."
|
||||
|
||||
[[example]]
|
||||
name = "cln-plugin-startup"
|
||||
|
@ -17,7 +20,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] }
|
|||
tokio = { version="1", features = ['io-std', 'rt', 'sync'] }
|
||||
tokio-stream = "*"
|
||||
futures = "0.3"
|
||||
cln-rpc = { path = "../cln-rpc" }
|
||||
cln-rpc = { path = "../cln-rpc", version = "0.1.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", ] }
|
||||
|
|
Loading…
Add table
Reference in a new issue