use qualified crate names from within workspace
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
c99f5770a0
commit
7f448d88a4
9 changed files with 28 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::sync::Arc;
|
||||
|
||||
use conduwuit::{
|
||||
use conduwuit_core::{
|
||||
Result,
|
||||
config::Config,
|
||||
debug_warn, err,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue