We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387c68c commit 9c08813Copy full SHA for 9c08813
Cargo.toml
@@ -96,7 +96,7 @@ futures-util = "0.3.30"
96
testdir = "0.9.1"
97
98
[features]
99
-default = ["fs-store", "net_protocol"]
+default = ["fs-store", "net_protocol", "rpc"]
100
downloader = ["dep:parking_lot", "tokio-util/time", "dep:hashlink"]
101
net_protocol = ["downloader", "dep:futures-util"]
102
fs-store = ["dep:reflink-copy", "redb", "dep:tempfile"]
0 commit comments