use std::error::Error; #[tokio::main] async fn main () -> Result <(), Box > { let opt = ptth::server::Opt { root: "/home/user".into (), }; ptth::server::main (opt).await }