|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
[package] |
|
|
|
|
name = "mblf" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
edition = "2018" |
|
|
|
|
description = """ |
|
|
|
|
The MBLF-To-BF compiler written in Rust with Pest. |
|
|
|
@ -9,7 +9,7 @@ MBLF is a programming language on top of the esoteric programming language Brain |
|
|
|
|
|
|
|
|
|
authors = ["Raymon Zutekouw <contact@raymon.dev>"] |
|
|
|
|
|
|
|
|
|
repository = "https://github.com/MBLF-Project/mblf" |
|
|
|
|
repository = "https://codeberg.org/MeltingSilicon/compiler-mblf" |
|
|
|
|
license = "MIT OR Apache-2.0" |
|
|
|
|
|
|
|
|
|
keywords = ["compiler", "mblf", "brainfuck", "pest"] |
|
|
|
|