added web UI

This commit is contained in:
Parker TenBroeck 2025-12-24 19:11:32 -05:00
parent 48f0c6eed8
commit f1b8c08e8f
15 changed files with 1114 additions and 78 deletions

View file

@ -3,6 +3,9 @@ name = "automata-web"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
automata = {path=".."}
console_error_panic_hook = "0.1.7"