use qualified crate names from within workspace

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-27 03:34:33 +00:00
parent c99f5770a0
commit 7f448d88a4
9 changed files with 28 additions and 24 deletions

View file

@ -1,6 +1,6 @@
use std::sync::Arc;
use conduwuit::{
use conduwuit_core::{
Result,
config::Config,
debug_warn, err,