Skip to content

Commit

Permalink
rs: Fix the manifests for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Oct 17, 2023
1 parent 8bdedb2 commit 97d6232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion plugins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
13 changes: 3 additions & 10 deletions plugins/grpc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 97d6232

Please sign in to comment.