File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
internal/mithril-aggregator-discovery Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,12 @@ license.workspace = true
1010repository.workspace = true
1111include = [" **/*.rs" , " Cargo.toml" , " README.md" , " .gitignore" ]
1212
13- [features ]
14- rand = [" dep:rand" ]
15-
1613[dependencies ]
1714anyhow = { workspace = true }
1815async-trait = { workspace = true }
1916mithril-common = { path = " ../../mithril-common" }
2017mithril-aggregator-client = { path = " ../mithril-aggregator-client" }
21- rand = { version = " 0.9.2" , optional = true }
18+ rand = { version = " 0.9.2" }
2219reqwest = { workspace = true , features = [
2320 " default" ,
2421 " gzip" ,
Original file line number Diff line number Diff line change @@ -5,13 +5,11 @@ mod capabilities_discoverer;
55mod http_config_discoverer;
66mod interface;
77mod model;
8- #[ cfg( feature = "rand" ) ]
98mod rand_discoverer;
109pub mod test;
1110
1211pub use capabilities_discoverer:: CapableAggregatorDiscoverer ;
1312pub use http_config_discoverer:: HttpConfigAggregatorDiscoverer ;
1413pub use interface:: AggregatorDiscoverer ;
1514pub use model:: { AggregatorEndpoint , MithrilNetwork } ;
16- #[ cfg( feature = "rand" ) ]
1715pub use rand_discoverer:: ShuffleAggregatorDiscoverer ;
You can’t perform that action at this time.
0 commit comments