mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-30 06:24:21 +01:00
This adds initial SQLite C ABI compatibility to Limbo to make sure we drive the Rust API in the right way that allows us to implement SQLite semantics.
17 lines
297 B
TOML
17 lines
297 B
TOML
# Copyright 2023 the Limbo authors. All rights reserved. MIT license.
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"bindings/wasm",
|
|
"cli",
|
|
"sqlite3",
|
|
"core",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["the Limbo authors"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/penberg/limbo"
|