0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-07 18:31:50 +00:00
Files
libsql/libsql-sqlite3/crates/wasmtime-bindings/Cargo.toml

27 lines
581 B
TOML
Raw Permalink Normal View History

[package]
name = "libsql-wasmtime-bindings"
version = "0.2.2"
edition = "2021"
2023-01-21 19:09:09 +01:00
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"
2023-01-21 19:04:47 +01:00
crate-type = ["lib", "cdylib", "staticlib"]
doc = false
test = false
doctest = false
[profile.release]
opt-level = "s"
strip = true
debug = false
panic = "abort"