mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
transport: some standalone functioning
This commit is contained in:
parent
430c51e305
commit
b6da43e93e
7 changed files with 179 additions and 150 deletions
6
crates/tek_timer/src/transport_main.rs
Normal file
6
crates/tek_timer/src/transport_main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
include!("lib.rs");
|
||||
/// Application entrypoint.
|
||||
pub fn main () -> Usually<()> {
|
||||
run(TransportToolbar::standalone()?)?;
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue