1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-12-06 22:40:58 +03:00

Use the new password manager

This commit is contained in:
Quentin Gliech
2022-12-14 15:28:36 +01:00
parent ff2f009b0e
commit 533cabe005
19 changed files with 768 additions and 427 deletions

View File

@@ -28,6 +28,7 @@ use tracing_subscriber::{
mod commands;
mod server;
mod telemetry;
mod util;
#[tokio::main]
async fn main() -> anyhow::Result<()> {