summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c438aa066b54dd2ffa26abc88c21eb872127d451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "automathon"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib"]

[dependencies]
console_log = "1.0"
log = "0.4"
wasm-bindgen = "0.2"

[dependencies.web-sys]
features = ["Document", "Element", "HtmlElement", "Node", "Window"]
version = "0.3"