From 673e49c94cf66390e5c58204475ed83ed004d5f7 Mon Sep 17 00:00:00 2001 From: Michael Paulson Date: Tue, 3 Oct 2023 13:29:33 -0600 Subject: [PATCH] fix: import name --- lsp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp/Cargo.toml b/lsp/Cargo.toml index 60b0600..8848bcc 100644 --- a/lsp/Cargo.toml +++ b/lsp/Cargo.toml @@ -13,7 +13,7 @@ lsp-types.workspace = true serde.workspace = true serde_json.workspace = true walkdir.workspace = true -util = { path = "../util" } +htmx-lsp-util = { version = "0.1", path = "../util" } tree-sitter.workspace = true tree-sitter-html.workspace = true maplit = "1.0.2"