zoomie/src/main.rs

5 lines
85 B
Rust
Raw Normal View History

#[tokio::main]
async fn main() -> anyhow::Result<()> {
libzoomie::capture().await
}