0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-04 18:23:37 +00:00
Files

19 lines
447 B
TOML
Raw Permalink Normal View History

[package]
name = "libsql-wasi"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "WASI support for libSQL"
keywords = ["webassembly", "wasm", "wasi", "libsql", "sqlite"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
2023-11-26 14:11:32 +01:00
rand = "0.8.5"
thiserror = "1.0.50"
2023-11-26 11:48:08 +01:00
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
wasmtime = "15.0.0"
wasmtime-wasi = "15.0.0"