Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "qbe"
version = "2.2.0"
edition = "2021"
authors = ["Garrit Franke <garrit@slashdev.space>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/garritfra/qbe-rs"
keywords = ["qbe", "compiler", "ir"]
description = "QBE IR for Rust"

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

[dependencies]