Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3762164

Browse files
committedNov 18, 2024·
Add rpc to cli, and disable cli by default
1 parent 66e0a50 commit 3762164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ futures-util = "0.3.30"
7878
testdir = "0.9.1"
7979

8080
[features]
81-
default = ["fs-store", "rpc", "net_protocol", "cli"]
81+
default = ["fs-store", "rpc", "net_protocol"]
8282
downloader = ["dep:parking_lot", "tokio-util/time", "dep:hashlink"]
8383
net_protocol = ["downloader"]
8484
fs-store = ["dep:reflink-copy", "redb", "dep:redb_v1", "dep:tempfile"]
8585
metrics = ["iroh-metrics/metrics"]
8686
redb = ["dep:redb"]
87-
cli = ["dep:clap", "dep:indicatif", "dep:console"]
87+
cli = ["rpc", "dep:clap", "dep:indicatif", "dep:console"]
8888
rpc = ["dep:quic-rpc", "dep:quic-rpc-derive", "dep:nested_enum_utils", "dep:strum", "dep:futures-util", "dep:ref-cast", "dep:portable-atomic", "dep:walkdir", "downloader"]
8989

9090
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)
Please sign in to comment.