This commit is contained in:
Jonathan Kelley 2024-11-01 17:18:55 -07:00
parent d126466702
commit cf64eb909b
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -1,7 +1,7 @@
use crate::{Result, TraceSrc};
use serde::{Deserialize, Serialize};
use std::{fs, path::PathBuf};
use tracing::{error, warn, trace};
use tracing::{error, trace, warn};
const GLOBAL_SETTINGS_FILE_NAME: &str = "dioxus/settings.toml";