labast/Cargo.toml

20 lines
324 B
TOML
Raw Permalink Normal View History

2024-02-05 07:05:48 +00:00
[package]
name = "labast"
2024-02-05 15:14:20 +00:00
version = "1.0.2"
2024-02-05 07:05:48 +00:00
authors = [ "n3tael" ]
edition = "2021"
description = "A zero-dependencies Labaski interpreter written in Rust."
readme = "README.md"
license = "MIT"
publish = false
[profile.dev]
overflow-checks = false
2024-02-05 12:13:44 +00:00
[profile.release]
strip = true
lto = true
panic = "abort"
2024-02-05 07:05:48 +00:00
[dependencies]