A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16e34f3..90cb9c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,8 @@ 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"
-ttools = "0.1.0"
+ttools = { git = "https://git.bendn.org/ttools" }
+# ttools = { path = "../ttools/" }
bind = { package = "ftools", git = "https://git.bendn.org/bind" }
[profile.dev.package]
rust-analyzer.opt-level = 3