summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-17 22:18:46 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-18 22:03:57 +0300
commitb417227555dded641b03e9583e4b3f893b5d2e83 (patch)
tree4b5c956bfc8c2702925438af20a1533ef8160633 /src/main.rs
parent9b772a55055d863982cbcc3ba7900c26f156c23d (diff)
Edited version in cargo.toml
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index d232ef0..930a429 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -33,13 +33,12 @@ use std::fs::{self, File};
use std::path::PathBuf;
use clap::{Parser, Subcommand};
-use termimage::Options;
mod parser;
mod shared;
use parser::{get_config, parse_weather, generate_config, Config};
-use shared::{WeatherData, Current, Hourly};
+use shared::WeatherData;
#[derive(Parser)]
#[command(name = "wfetch")]