Files
turso/Cargo.toml
Pekka Enberg fb72f9688b Initial commit
2023-08-27 09:59:12 +03:00

16 lines
278 B
TOML

# Copyright 2023 the Lig authors. All rights reserved. MIT license.
[workspace]
resolver = "2"
members = [
"bindings/wasm",
"cli",
"core",
]
[workspace.package]
authors = ["the Lig authors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/penberg/lig"