mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 14:57:27 +00:00
8 lines
141 B
Rust
8 lines
141 B
Rust
// Copyright (c) Tribufu. All Rights Reserved
|
|
|
|
use tribufu::*;
|
|
|
|
#[tokio::main]
|
|
async fn main() {
|
|
let mut api = TribufuApi::from_env();
|
|
}
|