labast/Cargo.toml
2024-02-10 15:45:11 +02:00

22 lines
352 B
TOML

[package]
name = "labast"
version = "1.0.6"
authors = [ "n3tael" ]
edition = "2021"
description = "A Labaski interpreter written in Rust."
readme = "README.md"
license = "apache-2.0"
publish = false
[profile.dev]
overflow-checks = false
[profile.release]
strip = true
lto = true
panic = "abort"
[dependencies]
fastrand = "2.0.1"
pico-args = "0.5.0"