Split up librqbit http_api and tracing_subscriber into separate features (#188)
* fix lints that were under features * Split up some features and fix desktop * fix github script * fix github script * fix github script * try caching check-desktop
This commit is contained in:
parent
33554159bf
commit
37ee8b70ba
12 changed files with 65 additions and 36 deletions
|
|
@ -32,7 +32,9 @@ mod create_torrent_file;
|
|||
mod dht_utils;
|
||||
pub mod file_info;
|
||||
mod file_ops;
|
||||
#[cfg(feature = "http-api")]
|
||||
pub mod http_api;
|
||||
#[cfg(feature = "http-api")]
|
||||
pub mod http_api_client;
|
||||
mod merge_streams;
|
||||
mod peer_connection;
|
||||
|
|
@ -44,6 +46,7 @@ mod spawn_utils;
|
|||
pub mod storage;
|
||||
mod stream_connect;
|
||||
mod torrent_state;
|
||||
#[cfg(feature = "tracing-subscriber-utils")]
|
||||
pub mod tracing_subscriber_config_utils;
|
||||
mod type_aliases;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue