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,5 +1,4 @@
|
|||
use axum::extract::State;
|
||||
use conduwuit::{Error, Result};
|
||||
use futures::{FutureExt, StreamExt, TryFutureExt};
|
||||
use ruma::api::{
|
||||
client::error::ErrorKind,
|
||||
|
|
@ -8,6 +7,7 @@ use ruma::api::{
|
|||
keys::{claim_keys, get_keys},
|
||||
},
|
||||
};
|
||||
use tuwunel_core::{Error, Result};
|
||||
|
||||
use crate::{
|
||||
Ruma,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue