forked from n3tael/labast
23 lines
373 B
TOML
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"
|