[package]
name = "c_a_l"
version = "0.1.4"
edition = "2021"
authors = ["skylar bleed <sbleed@proton.me>"]
description = "cool array language"
license = "GPL-3.0"
repository = "http://git.badboy.institute/~skye/cal"
[[bin]]
name = "cali"
path = "src/main.rs"
[dependencies]
colored = "2.1.0"
lazy_static = "1.5.0"
rand = "0.8.5"
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "vec"
harness = false