A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d5ea8b0..76ee558 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ lower = "0.2.0"
amap = "0.1.2"
run_times = "0.1.0"
array_chunks = "1.0.0"
+rust-fsm = { version = "0.8.0", features = ["diagram"] }
[build-dependencies]
cc = "*"