trust-registry 0.20.0

Trust Registry
1
2
3
4
5
6
use trust_registry::server::start;

#[tokio::main]
async fn main() {
    return start().await;
}