mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
This extension mimics Limbo's kv_store and is used in tests to verify that Limbo and SQLite handle extensions in a compatible way.
16 lines
291 B
TOML
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"]
|