[package] name = "shortest-brainfuck" version = "0.2.0" authors = ["Aster "] description = "Shortest brainfuck for given string" edition = "2018" license = "MPL-2.0" readme = "Readme.md" repository = "https://github.com/GalAster/brainfuck-shortest" exclude = ["/tests/*", "/.idea/*", "/benches/*"] [dependencies] [lib] crate-type = ["cdylib", "rlib"]