mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
The simulator does not do much, but does discover failures on Linux with io_uring, though, so it's a start.
18 lines
312 B
TOML
18 lines
312 B
TOML
# Copyright 2023 the Limbo authors. All rights reserved. MIT license.
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"bindings/wasm",
|
|
"cli",
|
|
"sqlite3",
|
|
"core",
|
|
"simulator",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["the Limbo authors"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/penberg/limbo"
|