4 lines
88 B
Rust
4 lines
88 B
Rust
#[tokio::main]
|
|
async fn main() -> eyre::Result<()> {
|
|
subscribe_list::main().await
|
|
}
|