labast/Cargo.toml
n3taeli 4fb06f8f34
update v1.0.3
* fixed _unix_random bug
* add custom instruction "random"
* update to spec 1.12
* more cli options
2024-02-06 19:59:43 +02:00

22 lines
363 B
TOML

[package]
name = "labast"
version = "1.0.3"
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
[profile.release]
strip = true
lto = true
panic = "abort"
[dependencies]
fastrand = "2.0.1"
pico-args = "0.5.0"