mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2025-10-08 16:37:20 +08:00
Cleanup imports
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
use json::{object, JsonValue, array};
|
||||
use crate::encryption;
|
||||
use actix_web::{
|
||||
HttpResponse,
|
||||
http::header::{HeaderValue, HeaderMap}
|
||||
};
|
||||
use crate::router::gree;
|
||||
use std::time::{SystemTime, UNIX_EPOCH};
|
||||
use base64::{Engine as _, engine::general_purpose};
|
||||
use crate::router::userdata;
|
||||
use lazy_static::lazy_static;
|
||||
use rand::Rng;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::encryption;
|
||||
use crate::router::userdata;
|
||||
use crate::router::gree;
|
||||
|
||||
pub const ASSET_VERSION: &str = "cb87bc1468c8631a262ff65b2960470b";
|
||||
pub const ASSET_HASH_ANDROID: &str = "4715e873031ae4abc3c625e2bd8c935b";
|
||||
pub const ASSET_HASH_IOS: &str = "466d4616d14a8d8a842de06426e084c2";
|
||||
|
Reference in New Issue
Block a user