Files
turso/bindings/wasm/Cargo.toml
Pekka Enberg 7df979cd3a wasm: Enable console.error() panic hook
Makes debugging a little bit easier...
2024-08-04 09:45:27 +03:00

17 lines
340 B
TOML

[package]
name = "limbo-wasm"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
crate-type = ["cdylib"]
path = "lib.rs"
[dependencies]
console_error_panic_hook = "0.1.7"
limbo_core = { path = "../../core", default-features = false }
wasm-bindgen = "0.2"