A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |