This commit is contained in:
Spectre 2023-12-11 17:04:59 +01:00
parent 8a822167a3
commit e7f87ee6d7
4 changed files with 64 additions and 5 deletions

View file

@ -6,4 +6,5 @@ edition = "2021"
[dependencies]
shared = { path = "../shared" }
regex = "1.10.2"
substring = "1.4.5"
substring = "1.4.5"
itertools = "0.12.0"