mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
17 lines
316 B
TOML
17 lines
316 B
TOML
[package]
|
|
name = "limbo-wasm"
|
|
version = "0.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
limbo_core = { path = "../../core", default-features = false }
|
|
wasm-bindgen = "0.2"
|