diff options
| author | jakka <jakka@jakka.su> | 2025-10-17 17:30:46 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-10-17 17:30:46 +0300 |
| commit | e311aad9357a38fd3d54aa3ce00ea98f0cf33ed7 (patch) | |
| tree | d75c61c59c8d50003574f19109f26ddc86e31002 /tests/sync.rs | |
| parent | f76c055ed65f71a7b4f778bacb2b75ddd52f53e3 (diff) | |
changed crate name
Diffstat (limited to 'tests/sync.rs')
| -rw-r--r-- | tests/sync.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sync.rs b/tests/sync.rs index 8981b6c..8228f08 100644 --- a/tests/sync.rs +++ b/tests/sync.rs @@ -1,5 +1,5 @@ -use hydrus_api_rs::sync_lib::client::HydrusClient; -use hydrus_api_rs::sync_lib::traits::*; +use hydrus_api::sync_lib::client::HydrusClient; +use hydrus_api::sync_lib::traits::*; use std::path::PathBuf; fn init_client() -> HydrusClient { |
