[dependencies]
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[lib]
name = "qbe"
path = "src/lib.rs"
[package]
authors = ["Garrit Franke <garrit@slashdev.space>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "QBE IR for Rust"
edition = "2021"
keywords = ["qbe", "compiler", "ir"]
license = "MIT OR Apache-2.0"
name = "qbe"
readme = "README.md"
repository = "https://github.com/garritfra/qbe-rs"
version = "2.3.0"