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 4be6bca..6fb7ede 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,11 +28,12 @@ rust-fsm = { version = "0.8.0", path = "../rust-fsm/rust-fsm", features = [
clipp = "0.1.0"
parking_lot = "0.12.4"
diff-match-patch-rs = "0.5.1"
+regex = "1.11.3"
[build-dependencies]
cc = "*"
[profile.release]
debug = 2
-overflow-checks = true
+# overflow-checks = true
debug-assertions = true