A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4107bf..a51fc46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,8 @@ lsp-types = { git = "https://git.bendn.org/helix", package = "helix-lsp-types",
lsp-server = { git = "https://git.bendn.org/rust-analyzer" }
rust-analyzer = { git = "https://git.bendn.org/rust-analyzer" }
+# lsp-server = { path = "../rust-analyzer/lib/lsp-server" }
+# rust-analyzer = { path = "../rust-analyzer/crates/rust-analyzer" }
serde_json = "1.0.145"
serde = { version = "1.0.228", features = ["unstable"] }
@@ -68,11 +70,13 @@ itern = "0.1.1"
kitty-rc = { version = "0.4.2", git = "https://github.com/bend-n/kitty-rc-rs" }
smol_str = "0.3.6"
futures = "0.3.32"
-rootcause = "0.12.1"
+rootcause = { version = "0.12.1", features = ["compat-anyhow1"] }
ttools = { git = "https://git.bendn.org/ttools" }
# ttools = { path = "../ttools/" }
ftools = { git = "https://git.bendn.org/ftools" }
json_value_merge = "2.0.1"
+annotate-snippets = "0.12.16"
+toml = "1.1.2"
[profile.dev.package]
rust-analyzer.opt-level = 3
fimg.opt-level = 3
@@ -84,6 +88,8 @@ debug-assertions = false
[profile.release.package]
fimg.debug-assertions = true
+rust-analyzer.debug-assertions = false
+hir-ty.debug-assertions = false
[profile.release]
debug = 2
@@ -95,4 +101,5 @@ incremental = false
[patch.crates-io]
smol_str = { git = "https://git.bendn.org/rust-analyzer" }
+ttools = { git = "https://git.bendn.org/ttools" }
# winit = { git = "https://github.com/rust-windowing/winit" }