Autocomplete fonctionne

This commit is contained in:
Justine
2023-01-31 12:01:33 +01:00
parent a249d4d788
commit 6583128022
6 changed files with 168 additions and 46 deletions

View File

@ -13,3 +13,5 @@ users = "0.11.0"
gethostname = "0.4.1"
termion = "2.0.1"
unicode-segmentation = "1.6.0"
which = { version = "4.4.0", features = ["regex"] }
regex = "1.7.1"