Move around storage into folders
This commit is contained in:
parent
6233cc9d12
commit
2c500049e8
10 changed files with 18 additions and 14 deletions
|
|
@ -8,8 +8,9 @@ use librqbit::{
|
|||
http_api::{HttpApi, HttpApiOptions},
|
||||
http_api_client, librqbit_spawn,
|
||||
storage::{
|
||||
filesystem::FilesystemStorageFactory, slow::SlowStorageFactory,
|
||||
timing::TimingStorageFactory, StorageFactoryExt,
|
||||
filesystem::FilesystemStorageFactory,
|
||||
middleware::{slow::SlowStorageFactory, timing::TimingStorageFactory},
|
||||
StorageFactoryExt,
|
||||
},
|
||||
tracing_subscriber_config_utils::{init_logging, InitLoggingOptions},
|
||||
AddTorrent, AddTorrentOptions, AddTorrentResponse, Api, ListOnlyResponse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue