Migrate repo to codeberg

- package version is now at v.0.1.1
master v0.1.1
Raymon Zutekouw 4 days ago
parent a2d2cf82c0
commit 548b9a3fa1
Signed by: raymon
GPG Key ID: 0E62222846283925
  1. 4
      Cargo.lock
  2. 4
      Cargo.toml

4
Cargo.lock generated

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "ansi_term"
@ -144,7 +144,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "mblf"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"pest",

@ -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"]

Loading…
Cancel
Save