1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-28 02:38:30 +00:00

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::{debug_error, trace, warn};
use conduwuit_core::{debug_error, trace, warn};
use tokio::signal;
use super::server::Server;