[package]
name = "rune-compile"
version = "0.1.0"
edition = "2021"
license.workspace = true
description = "rune compile back-end โ background compilation and tier management"
[lib]
path = "lib.rs"
[dependencies]
rune-ast = { workspace = true }
rune-lower = { workspace = true }
rune-interp = { workspace = true }