automata/web/Cargo.toml
Parker TenBroeck f1b8c08e8f added web UI
2025-12-24 19:11:32 -05:00

13 lines
290 B
TOML

[package]
name = "automata-web"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
automata = {path=".."}
console_error_panic_hook = "0.1.7"
wasm-bindgen = "*"
web-sys = { version = "0.3.83", features = ["Window", "Document", "HtmlElement", "Text"] }