Files
turso/bindings/wasm/Cargo.toml
Pekka Enberg fb72f9688b Initial commit
2023-08-27 09:59:12 +03:00

17 lines
286 B
TOML

[package]
name = "lig-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"
lig_core = { path = "../../core" }
wasm-bindgen = "0.2"