mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
16 lines
284 B
TOML
16 lines
284 B
TOML
# Copyright 2023 the Limbo authors. All rights reserved. MIT license.
|
|
|
|
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"bindings/wasm",
|
|
"cli",
|
|
"core",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["the Limbo authors"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
repository = "https://github.com/penberg/limbo"
|