diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-17 22:18:46 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-18 22:03:57 +0300 |
| commit | b417227555dded641b03e9583e4b3f893b5d2e83 (patch) | |
| tree | 4b5c956bfc8c2702925438af20a1533ef8160633 /src/main.rs | |
| parent | 9b772a55055d863982cbcc3ba7900c26f156c23d (diff) | |
Edited version in cargo.toml
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
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")] |
