Argument support with clap_lex

This commit is contained in:
Hugo 2025-03-25 16:44:55 -04:00 committed by Victoria Brekenfeld
parent 956734aa62
commit 2b8a3f7894
3 changed files with 60 additions and 9 deletions

View file

@ -60,6 +60,8 @@ rustix = { version = "0.38.32", features = ["process"] }
smallvec = "1.13.2"
rand = "0.8.5"
reis = { version = "0.4", features = ["calloop"] }
# CLI arguments
clap_lex = "0.7"
[dependencies.id_tree]
branch = "feature/copy_clone"