diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -3,6 +3,21 @@ version = 4 [[package]] +name = "WeatherFetch" +version = "0.0.2" +dependencies = [ + "clap 4.5.51", + "clap_derive", + "reqwest", + "serde", + "serde_json", + "serde_yml", + "termimage", + "tokio", + "toml", +] + +[[package]] name = "addr2line" version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2233,21 +2248,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" [[package]] -name = "wfetch" -version = "0.0.2" -dependencies = [ - "clap 4.5.51", - "clap_derive", - "reqwest", - "serde", - "serde_json", - "serde_yml", - "termimage", - "tokio", - "toml", -] - -[[package]] name = "winapi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" |
