25 lines
436 B
TOML
25 lines
436 B
TOML
[package]
|
|
name = "bitsy-merge"
|
|
version = "0.71.0"
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
"bitsy-parser" = "^0.71.1"
|
|
"wasm-bindgen" = "^0.2.64"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = [
|
|
'Document',
|
|
'Element',
|
|
'HtmlElement',
|
|
'Node',
|
|
'Window',
|
|
]
|