0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-12 19:32:57 +00:00
Files

24 lines
478 B
TOML
Raw Permalink Normal View History

[package]
name = "libsql_rust_suite"
version = "0.2.0"
edition = "2021"
2023-10-16 13:59:48 +02:00
[workspace]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
2023-11-20 14:55:10 +01:00
libsql-sys = { path = "../../../libsql-sys", features = ["wal", "wasmtime-bindings", "rusqlite"], default_features = false }
itertools = "0.10"
tempfile = "3.3"
wabt = "0.10.0"
hex = "0.4.3"
[features]
default = []
udf = []
2023-07-18 11:33:43 +02:00
wasm = []
extensions = []
full = ["udf", "wasm"]