mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-23 15:36:17 +00:00
a5cd4f3d81
The crate still has a main.rs file for demo purposes, but the logic is extracted to a library.
19 lines
447 B
TOML
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"
|