Files
LibreTunes-DX/src/server/mod.rs
Ethan Girouard e38fa9ac0e
All checks were successful
Push Workflows / rustfmt (push) Successful in 6s
Push Workflows / tailwind-build (push) Successful in 6s
Push Workflows / test (push) Successful in 20s
Push Workflows / clippy (push) Successful in 15s
Push Workflows / docs (push) Successful in 21s
Push Workflows / build (push) Successful in 43s
Push Workflows / nix-build (push) Successful in 4m56s
Create Config and config_load
2026-06-23 21:21:17 -04:00

5 lines
51 B
Rust

pub mod config;
pub mod main;
pub use main::main;