[[bin]]
name = "bf_playground"
path = "src/main.rs"
[dependencies]
[lib]
name = "bf_playground"
path = "src/lib.rs"
[package]
authors = ["MZ"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "compilers"]
description = "A interpreter and Rust libary for brainf**k"
edition = "2021"
keywords = ["interpreter", "rust", "library"]
license-file = "LICENSE"
name = "bf_playground"
publish = true
readme = "README.md"
repository = "https://github.com/ZiomekMinecraft/BF-Playground"
version = "1.0.0"
[profile.release]
opt-level = "z"