Rename crates.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0024354345
commit
9b658d86b2
316 changed files with 1590 additions and 1593 deletions
|
|
@ -1,6 +1,5 @@
|
|||
use axum::extract::State;
|
||||
use axum_client_ip::InsecureClientIp;
|
||||
use conduwuit::{Err, Error, Result, debug, err, utils};
|
||||
use futures::StreamExt;
|
||||
use ruma::{
|
||||
MilliSecondsSinceUnixEpoch, OwnedDeviceId,
|
||||
|
|
@ -10,6 +9,7 @@ use ruma::{
|
|||
uiaa::{AuthFlow, AuthType, UiaaInfo},
|
||||
},
|
||||
};
|
||||
use tuwunel_core::{Err, Error, Result, debug, err, utils};
|
||||
|
||||
use super::SESSION_ID_LENGTH;
|
||||
use crate::{Ruma, client::DEVICE_ID_LENGTH};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue