blob: 6dbff64d2cbb12489e0c0d752503ab0d1d50c27e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "automathon"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
[dependencies.web-sys]
features = ["Document", "Element", "HtmlElement", "Node", "Window"]
version = "0.3"
|