Skip to content

Commit

Permalink
prepare to fork qbe-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Jul 30, 2024
1 parent fbfefdb commit 4a2c2cb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions vendored/qbe-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "qbe"
version = "2.1.0"
name = "jyafn-qbe"
version = "2.1.1"
edition = "2021"
authors = ["Garrit Franke <garrit@slashdev.space>"]
authors = [
"Garrit Franke <garrit@slashdev.space>",
"Pedro Arruda <parruda@vio.com>",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/garritfra/qbe-rs"
repository = "https://github.com/viodotcom/jyafn/vendored/qbe-rs"
keywords = ["qbe", "compiler", "ir"]
description = "QBE IR for Rust"
description = "QBE IR for Rust (forked from https://github.com/garritfra/qbe-rs for jyafn)"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 4a2c2cb

Please sign in to comment.