extern crate openssl; #[macro_use] extern crate diesel; use u_server::serve; #[tokio::main] async fn main() { serve().await; }