This repository has been archived on 2025-08-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
subscribe-list/src/main.rs

4 lines
88 B
Rust

#[tokio::main]
async fn main() -> eyre::Result<()> {
subscribe_list::main().await
}