feat: use lockfiles to dedup recompilation

This commit is contained in:
Amaan Qureshi 2024-02-07 09:30:24 -05:00
parent e6d67ecde0
commit 7233c2f26f
4 changed files with 90 additions and 25 deletions

View file

@ -18,6 +18,7 @@ wasm = ["tree-sitter/wasm"]
anyhow.workspace = true
cc.workspace = true
dirs.workspace = true
fs4.workspace = true
libloading.workspace = true
once_cell.workspace = true
regex.workspace = true