n3taeli
4fb06f8f34
* fixed _unix_random bug * add custom instruction "random" * update to spec 1.12 * more cli options
22 lines
363 B
TOML
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"
|