diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-19 19:50:04 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-19 19:50:04 +0300 |
| commit | 12528fcaf99763fc25df694d31208a6fa729d0a3 (patch) | |
| tree | 9149551ac7b3675cb93fedf0987b5c76eb6ff197 /Cargo.lock | |
| parent | c5cdc8efd1d976f1ce53b124b9cbb33f6f2af097 (diff) | |
Working on make autobuild more modular
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -522,6 +522,12 @@ dependencies = [ ] [[package]] +name = "glob" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" + +[[package]] name = "gpg-error" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1041,6 +1047,7 @@ dependencies = [ "flate2", "futures-util", "git2", + "glob", "gpgme", "indicatif", "log", |
