Files
turso/testing/sqlite_test_ext/Cargo.toml
Piotr Rzysko c4fa715036 Add test SQLite KV extension
This extension mimics Limbo's kv_store and is used in tests to verify
that Limbo and SQLite handle extensions in a compatible way.
2025-06-14 05:26:10 +02:00

16 lines
291 B
TOML

[package]
name = "limbo_sqlite_test_ext"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "SQLite test extensions"
build = "build.rs"
[build-dependencies]
cc = "1.0"
[lib]
crate-type = ["cdylib"]