summaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.rs b/src/auth.rs
index 9417a0c..35d24ae 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -1,7 +1,7 @@
use log::{debug, info, warn};
use std::env;
use tdlib_rs::{Client, Error};
-use crate::client_ext::{ClientExt, AuthorizationState, TdlibParameters, PhoneNumberAuthenticationSettings};
+use tdlib_autogen::{ClientExt, AuthorizationState, TdlibParameters, PhoneNumberAuthenticationSettings};
fn make_lib_params() -> TdlibParameters {
let cache = env::current_dir().unwrap().join("cache").join(env::var("NAME").unwrap());