mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
6 lines
141 B
Rust
6 lines
141 B
Rust
include!("lib.rs");
|
|
/// Application entrypoint.
|
|
pub fn main () -> Usually<()> {
|
|
Tui::run(TransportToolbar::standalone()?)?;
|
|
Ok(())
|
|
}
|