mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 13:35:00 +01:00
15 lines
302 B
TOML
15 lines
302 B
TOML
[package]
|
|
name = "bfinterpreter"
|
|
version = "0.1.1"
|
|
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[profile.release]
|
|
debug=true
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|