mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-07 05:28:45 -04:00
10 lines
251 B
TOML
10 lines
251 B
TOML
[package]
|
|
name = "automata-web"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
automata = {path=".."}
|
|
console_error_panic_hook = "0.1.7"
|
|
wasm-bindgen = "*"
|
|
web-sys = { version = "0.3.83", features = ["Window", "Document", "HtmlElement", "Text"] }
|