diff options
| author | Mica White <botahamec@outlook.com> | 2026-04-03 20:41:13 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-04-03 20:41:13 -0400 |
| commit | 02c306bf2cba2ecab1bcd33fb9a6b5de995163ee (patch) | |
| tree | 2ca16caa124ac2d43cc7da23591b9ec17c03f754 /Cargo.lock | |
| parent | 03d6d4846ffcd29e589fdecaddbc749217761bfe (diff) | |
Try a single-binary approach
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -106,6 +106,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] +name = "bpaf" +version = "0.9.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2435ff2f08be8436bdcd06a3de2bd7696fd10e45eb630ecfc09af7fbfa3e69a" + +[[package]] name = "bumpalo" version = "3.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -432,6 +438,7 @@ version = "0.1.0" dependencies = [ "anyhow", "auth-git2", + "bpaf", "chrono", "colog", "confy", |
