0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 17:59:41 +00:00
2023-10-16 15:25:18 +02:00

27 lines
581 B
TOML

[package]
name = "libsql-wasmtime-bindings"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
description = "Wasmtime bindings for libSQL user-defined functions"
keywords = ["libSQL", "Wasmtime", "Wasm", "WebAssembly", "SQLite"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wasmtime = "9.0"
wasmtime-wasi = "9.0"
[lib]
name = "libsql_wasm"
crate-type = ["lib", "cdylib", "staticlib"]
doc = false
test = false
doctest = false
[profile.release]
opt-level = "s"
strip = true
debug = false
panic = "abort"