0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-23 15:36:17 +00:00
libsql/libsql-sqlite3/ext/libsql-wasi/Cargo.toml
Piotr Sarna a5cd4f3d81 wasi: refactor to libsql-wasi crate
The crate still has a main.rs file for demo purposes,
but the logic is extracted to a library.
2023-11-27 09:49:33 +01:00

19 lines
447 B
TOML

[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"
rand = "0.8.5"
thiserror = "1.0.50"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
wasmtime = "15.0.0"
wasmtime-wasi = "15.0.0"