reel-moby/src/main.rs
Thomas Eppers fadbe48b05 WIP
2021-09-11 11:07:56 +02:00

10 lines
144 B
Rust

mod common;
mod repo;
mod tags;
mod ui;
mod widget;
fn main() {
ui::Ui::run("enter a repository or select one from docker-compose.yml");
}