From e311aad9357a38fd3d54aa3ce00ea98f0cf33ed7 Mon Sep 17 00:00:00 2001 From: jakka Date: Fri, 17 Oct 2025 17:30:46 +0300 Subject: changed crate name --- tests/sync.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/sync.rs') 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 { -- cgit v1.3.1