A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 296025b..600964e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,8 @@ rust-fsm = { version = "0.8.0", path = "../rust-fsm/rust-fsm", features = [
"diagram",
] }
clipp = "0.1.0"
+parking_lot = "0.12.4"
+diff-match-patch-rs = "0.5.1"
[build-dependencies]
cc = "*"