Newer
Older
TelosDB / src / backend / src / main.rs
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 7 days ago 179 bytes chore: comprehensive project restructuring and cleanup
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

fn main() {
    app_lib::run();
}