This commit is contained in:
traxys 2024-12-03 13:46:29 +01:00
parent 8360196d0f
commit 8f6f15c473
3 changed files with 108 additions and 0 deletions

View file

@ -10,3 +10,4 @@ clap = { version = "4.5.21", features = ["derive"] }
color-eyre = "0.6.3"
humantime = "2.1.0"
itertools = "0.13.0"
regex = "1.11.1"