mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
I'm leaving the Zed extension pointing to the older commit of the Tree-sitter grammar, I'll update that after this version bump. It's a bit awkward to do it this way around, but there are circular dependencies that can't be avoided. Maybe with an attack on SHA1 it can be done in theory, but let's not go there.
19 lines
528 B
TOML
19 lines
528 B
TOML
# This file is generated, see build.rcl in the repository root.
|
|
|
|
[dependencies]
|
|
unicode-width = "0.1.10"
|
|
|
|
[package]
|
|
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
|
|
description = "A reasonable configuration language."
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "rcl"
|
|
version = "0.8.0"
|
|
|
|
[profile]
|
|
release = { lto = "thin", panic = "abort", strip = true }
|
|
release-wasm = { codegen-units = 1, inherits = "release", lto = "fat", opt-level = "z" }
|
|
|
|
[workspace]
|
|
members = ["fuzz", "pyrcl", "grammar/tree-sitter-rcl", "wasm"]
|