mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore: edition 2024
This commit is contained in:
@@ -27,12 +27,12 @@ use std::{
|
||||
iter::FromIterator,
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
use tauri::{
|
||||
plugin::{self, TauriPlugin},
|
||||
Manager, Runtime,
|
||||
};
|
||||
use tauri::{AppHandle, Emitter};
|
||||
use time::{macros::format_description, OffsetDateTime};
|
||||
use tauri::{
|
||||
Manager, Runtime,
|
||||
plugin::{self, TauriPlugin},
|
||||
};
|
||||
use time::{OffsetDateTime, macros::format_description};
|
||||
|
||||
pub use fern;
|
||||
pub use log;
|
||||
|
||||
Reference in New Issue
Block a user