1 2 3 4 5 6 7 8
//! Symposium Crate Sources Proxy - Main entry point use anyhow::Result; #[tokio::main] async fn main() -> Result<()> { symposium_crate_sources_proxy::run().await }