mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-14 21:35:02 +01:00
13 lines
No EOL
257 B
TOML
13 lines
No EOL
257 B
TOML
[package]
|
|
name = "bfinterpreter"
|
|
version = "0.1.0"
|
|
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.dev]
|
|
opt-level = 3 |