mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-14 10:07:09 +00:00
13 lines
231 B
TOML
13 lines
231 B
TOML
[package]
|
|
name = "libsql-wasm"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
js-sys = "0.3"
|
|
libsql = { path = "../../libsql", default-features = false, features = ["core"] }
|
|
wasm-bindgen = "0.2"
|