A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5bfcaf2..4e209e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,6 +63,9 @@ niri = { package = "niri-ipc", version = "25.11.0" }
libc = "0.2.180"
rustc-hash = "=2.1.1"
bendy = { version = "0.6.1", features = ["serde"] }
+git2 = "0.20.4"
+imara-diff = "0.2.0"
+vecto = "0.1.1"
[profile.dev.package]
rust-analyzer.opt-level = 3