Move around storage into folders

This commit is contained in:
Igor Katson 2024-05-02 18:58:54 +01:00
parent 6233cc9d12
commit 2c500049e8
10 changed files with 18 additions and 14 deletions

View file

@ -6,7 +6,7 @@ use tracing::info;
use crate::{
create_torrent,
storage::{example::InMemoryExampleStorageFactory, StorageFactoryExt},
storage::{examples::inmemory::InMemoryExampleStorageFactory, StorageFactoryExt},
AddTorrent, CreateTorrentOptions, Session,
};