Add query-check xtask

This commit is contained in:
Michael Davis 2022-08-25 17:24:09 -05:00 committed by Blaž Hrastnik
parent fa1dc7e508
commit 4e4c6da3bf
5 changed files with 60 additions and 1 deletions

View file

@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
helix-term = { version = "0.6", path = "../helix-term" }
helix-core = { version = "0.6", path = "../helix-core" }
helix-loader = { version = "0.6", path = "../helix-loader" }
toml = "0.5"