labast/Cargo.toml
2024-06-17 04:14:13 +05:00

23 lines
373 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"
libloading = "0.8.1"
pico-args = "0.5.0"