rcl/Cargo.toml
Ruud van Asseldonk 59be133128 Bump version to 0.8.0
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.
2025-03-02 21:15:33 +01:00

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"]