1 2 3 4 5 6
use trust_registry::server::start; #[tokio::main] async fn main() { return start().await; }