wip -- start indexing work

This commit is contained in:
2025-12-21 00:47:47 -07:00
parent 5dbb0ee2d7
commit 3a8f0e84af
3 changed files with 17 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ lsp-types = { workspace = true }
rust_decimal = { workspace = true }
[dev-dependencies]
anyhow = { version = "1.0" }
anyhow = { workspace = true }
indoc = { version = "2.0" }
pretty_assertions = "1"