feat: using workspace crate deps (#3924)

* chore: workspace deps

* chore: use workspace deps
This commit is contained in:
Nathan.fooo
2023-11-12 21:18:27 +08:00
committed by GitHub
parent 7eb20b232a
commit 50e612511d
40 changed files with 437 additions and 339 deletions

View File

@ -4,9 +4,8 @@ use std::sync::Arc;
use std::{ffi::CStr, os::raw::c_char};
use lazy_static::lazy_static;
use log::error;
use parking_lot::Mutex;
use tracing::trace;
use tracing::{error, trace};
use flowy_core::*;
use flowy_notification::{register_notification_sender, unregister_all_notification_sender};