heliometer 0.4.9

A basic brainfuck interpreter
Documentation
[package]
name = "heliometer"
version = "0.4.9"
description = "A basic brainfuck interpreter"
authors = [ "LEARAX57H <willculhane3@gmail.com>",
            "vpzomtrrfrt <eric@gloriouswill.com>" ]

keywords = ["bf", "brainfuck"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/PishLSDYUE/heliometer"
documentation = "https://pishlsdyue.github.io/heliometer/master/heliometer/"

[lib]
name = "heliometer"
path = "src/lib.rs"

[[bin]]
name = "helio"
path = "src/main.rs"

[dependencies]

[dev-dependencies]
assert_cli = "0.5.4"