brainfuck/rust2/Cargo.toml
2022-04-15 20:33:07 +02:00

21 lines
391 B
TOML

[package]
name = "brainfuck"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bumpalo = { version = "3.9.1", features = ["allocator_api"] }
owo-colors = "3.3.0"
[dev-dependencies]
criterion = "0.3.5"
insta = "1.14.0"
[profile.release]
debug = true
[[bench]]
name = "opts"
harness = false