mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
cln-plugin: Fix plugin dependencies
This commit is contained in:
parent
e586a61228
commit
aa82a96034
1 changed files with 3 additions and 3 deletions
|
@ -17,12 +17,12 @@ log = { version = "0.4.14", features = ['std'] }
|
||||||
serde = { version = "1.0.131", features = ["derive"] }
|
serde = { version = "1.0.131", features = ["derive"] }
|
||||||
serde_json = "1.0.72"
|
serde_json = "1.0.72"
|
||||||
tokio-util = { version = "0.6.9", features = ["codec"] }
|
tokio-util = { version = "0.6.9", features = ["codec"] }
|
||||||
tokio = { version="1", features = ['io-std', 'rt', 'sync'] }
|
tokio = { version="1", features = ['io-std', 'rt', 'sync', 'macros', 'io-util'] }
|
||||||
tokio-stream = "*"
|
tokio-stream = "0.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
cln-rpc = { path = "../cln-rpc", version = "0.1.0" }
|
cln-rpc = { path = "../cln-rpc", version = "0.1.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", ] }
|
tokio = { version = "1", features = ["macros", "rt-multi-thread", ] }
|
||||||
env_logger = "*"
|
env_logger = "0.9"
|
||||||
cln-grpc = { path = "../cln-grpc" }
|
cln-grpc = { path = "../cln-grpc" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue