Rename crates.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-22 01:41:02 +00:00
parent 0024354345
commit 9b658d86b2
316 changed files with 1590 additions and 1593 deletions

View File

@@ -4,7 +4,6 @@ use std::{
};
use axum::{Json, extract::State, response::IntoResponse};
use conduwuit::{Result, utils::timepoint_from_now};
use ruma::{
MilliSecondsSinceUnixEpoch, Signatures,
api::{
@@ -13,6 +12,7 @@ use ruma::{
},
serde::Raw,
};
use tuwunel_core::{Result, utils::timepoint_from_now};
/// # `GET /_matrix/key/v2/server`
///