0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-14 10:07:09 +00:00
libsql/bindings/wasm/Cargo.toml
2024-07-31 22:47:53 +02:00

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"