[package] name = "bfmod" version = "0.1.0" edition = "2018" include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] homepage = "https://gitlab.com/aiocat/bfmod" description = "Brainfuck lexer and compiler library for Rust." repository = "https://gitlab.com/aiocat/bfmod" keywords = ["brainfuck", "bf", "lexer", "compiler"] authors = ["aiocat@protonmail.com"] license = "MIT" [dependencies]