mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-08 20:31:07 +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();
|
|
}
|