try to update broker to sphinx-rs

This commit is contained in:
Evan Feenstra
2022-10-25 15:55:49 -07:00
parent 0106637090
commit 599fdd3dfa
6 changed files with 8 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ use librumqttd::{
};
use rocket::tokio::time::timeout;
use rocket::tokio::{self, sync::broadcast, sync::mpsc};
use sphinx_key_parser::topics;
use sphinx_signer::sphinx_glyph::topics;
use std::sync::Arc;
use std::sync::{LazyLock, Mutex};
use std::time::Duration;