mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
rs: Fix the manifests for publication
This commit is contained in:
parent
b6e2624970
commit
1621c6216f
@ -26,4 +26,4 @@ env_logger = "0.10"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", ] }
|
||||
cln-grpc = { path = "../cln-grpc" }
|
||||
cln-grpc = { version = "0.1", path = "../cln-grpc" }
|
||||
|
@ -12,16 +12,9 @@ anyhow = "1.0"
|
||||
log = "0.4"
|
||||
prost = "0.11"
|
||||
rcgen = { version = "0.10", features = ["pem", "x509-parser"] }
|
||||
|
||||
[dependencies.cln-grpc]
|
||||
path = "../../cln-grpc"
|
||||
features = ["server"]
|
||||
|
||||
[dependencies.cln-plugin]
|
||||
path = "../../plugins"
|
||||
|
||||
[dependencies.cln-rpc]
|
||||
path = "../../cln-rpc"
|
||||
cln-grpc = { version = "0.1", features = ["server"], path = "../../cln-grpc"}
|
||||
cln-plugin = { version = "0.1", path = "../../plugins" }
|
||||
cln-rpc = { version = "0.1", path = "../../cln-rpc" }
|
||||
|
||||
[dependencies.tokio]
|
||||
features = ["net", "rt-multi-thread"]
|
||||
|
Loading…
Reference in New Issue
Block a user