labast/Cargo.toml

22 lines
363 B
TOML
Raw Normal View History

2024-02-05 07:05:48 +00:00
[package]
name = "labast"
version = "1.0.4"
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]
fastrand = "2.0.1"
pico-args = "0.5.0"