mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 05:24:22 +01:00
Switch anyhow to explicit `LimboError` type using thiserror crate, which lets us make error handling more structured.
16 lines
305 B
TOML
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"
|