mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 13:35:00 +01:00
13 lines
297 B
TOML
13 lines
297 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"] }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3.5"
|
|
insta = "1.14.0"
|