From b417227555dded641b03e9583e4b3f893b5d2e83 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Mon, 17 Nov 2025 22:18:46 +0300 Subject: Edited version in cargo.toml --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') 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")] -- cgit v1.2.3