From 7d4330e1b7596249cc0c74ff498945bd13e68d28 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 2 Feb 2025 01:54:47 -0600 Subject: random ahh changes before I make the actual thing --- ozone-cli/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ozone-cli') diff --git a/ozone-cli/src/main.rs b/ozone-cli/src/main.rs index a27cc98..f94fbe6 100644 --- a/ozone-cli/src/main.rs +++ b/ozone-cli/src/main.rs @@ -12,6 +12,8 @@ async fn main() -> Result<(), Box> { info!("stuff: {:?} {:?} {:?} {:?} {:?}", System::name(), System::os_version(), System::long_os_version(), System::kernel_version(), System::cpu_arch()); info!("stuff: {:?} {:?} {:?} {}", System::distribution_id(), OS, ARCH, size_of::<*const i32>()); + + let settings = Settings::load("./work/ozone.json").await?; settings.save().await?; -- cgit v1.2.3-70-g09d2