Files
turso/Cargo.toml
Pekka Enberg 6f00a406dd 0.0.1
2024-07-17 08:40:32 +03:00

32 lines
658 B
TOML

# Copyright 2023 the Limbo authors. All rights reserved. MIT license.
[workspace]
resolver = "2"
members = [
"bindings/wasm",
"cli",
"sqlite3",
"core",
"simulator",
]
[workspace.package]
version = "0.0.1"
authors = ["the Limbo authors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/penberg/limbo"
[workspace.metadata.dist]
cargo-dist-version = "0.19.1"
ci = "github"
installers = ["shell"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
pr-run-mode = "plan"
install-path = "CARGO_HOME"
install-updater = true
[profile.dist]
inherits = "release"
lto = "thin"