[dependencies.bftextmaker]
version = "0.2.0"
[dependencies.thiserror]
version = "1.0.61"
[lib]
name = "bfbackend"
path = "src/lib.rs"
[package]
authors = ["haccerman"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Compiler backend for brainfuck"
documentation = "https://docs.rs/bfbackend"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "bfbackend"
readme = "README.md"
repository = "https://github.com/jacks0n9/bfbackend"
version = "0.1.0"