Files
turso/bindings/wasm/Cargo.toml
Pekka Enberg 351242561d Kill anyhow usage
Switch anyhow to explicit `LimboError` type using thiserror crate, which
lets us make error handling more structured.
2024-07-25 17:15:08 +03:00

16 lines
305 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]
limbo_core = { path = "../../core", default-features = false }
wasm-bindgen = "0.2"