mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-12 23:43:57 +00:00
7 lines
173 B
Rust
7 lines
173 B
Rust
#[actix_rt::main]
|
|
async fn main() -> color_eyre::Result<()> {
|
|
pict_rs::PictRsConfiguration::build_default()?
|
|
.install_tracing()?
|
|
.run()
|
|
.await
|
|
}
|