try to get completions going
Some checks failed
Rust / build (push) Failing after 33s

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964dcd3beb752ae2d3a90ab6e545815c692
This commit is contained in:
raf 2025-08-02 22:46:24 +03:00
commit 0174e390f3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 71 additions and 1 deletions

View file

@ -13,6 +13,7 @@ version = "0.1.1"
[workspace.dependencies]
clap = { default-features = false, features = [ "std", "help", "derive" ], version = "4.5" }
clap_complete = "4.5"
regex = "1.11"
tracing = "0.1"
tracing-subscriber = "0.3"