implement ACTUAL autocompletion

This commit is contained in:
Simon Gardling
2022-03-30 17:23:02 -04:00
parent dc577c03c9
commit 9624d72d7e
5 changed files with 154 additions and 107 deletions

View File

@@ -48,6 +48,7 @@ phf = "0.10.1"
shadow-rs = "0.11.0"
command-run = "1.1.1"
phf_codegen = "0.10.0"
itertools = "0.10.3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
instant = { version = "0.1.12" }