Skip to content

Commit 81760bb

Browse files
committed
chore: allow CLI crate to be published
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 30cf014 commit 81760bb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

crates/cli/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "wrpc-cli"
33
version = "0.1.0"
4-
description = "wRPC CLI"
5-
publish = false
4+
description = "wRPC CLI utilities"
65

76
authors.workspace = true
87
categories.workspace = true
@@ -15,7 +14,7 @@ default = ["nats"]
1514
nats = ["dep:async-nats", "dep:tokio", "tokio/sync"]
1615

1716
[dependencies]
18-
anyhow = { workspace = true }
17+
anyhow = { workspace = true, features = ["std"] }
1918
async-nats = { workspace = true, optional = true }
2019
tokio = { workspace = true, optional = true }
2120
tracing-subscriber = { workspace = true, features = [

0 commit comments

Comments
 (0)