diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-02-11 13:46:58 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-02-11 13:46:58 +0300 |
| commit | fc12cd0bfad207cef069add75ca6ea6664792e9c (patch) | |
| tree | 8ef92f4fd29470ca198173a4c98aca1fee397ecb /Cargo.lock | |
| parent | c51d38174e77bd9127da31447aa2f37bc197620a (diff) | |
Switched crate-name for crates.io publish and added optimisations to `Cargo.toml`
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" |
