[package]
name = "bamts-runtime"
version = "0.1.2"
edition.workspace = true
rust-version.workspace = true
publish.workspace = true
license.workspace = true
repository.workspace = true
description = "Execution runtime and built-in intrinsics for BamTS"
[lib]
crate-type = ["rlib", "staticlib"]
[features]
default = []
aot-main = []
[dependencies]
bamts-bytecode = { path = "../bamts-bytecode", version = "0.1.0" }
bamts-native = { path = "../bamts-native", version = "0.1.0", features = ["gc"] }
[lints]
workspace = true