1 2 3 4 5 6 7
use comment_app_frontend::comment_server; use comment_app_frontend::log; fn main() { log::initialize(); comment_server::start(); }