version = 4
[[package]]
name = "bamts-bytecode"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aad7181b348ce47049962f9a65d13729fd9a90191c92698fcf5170662926fcd"
[[package]]
name = "bamts-native"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c557cfa80ff00af4989827e3b4e51bc030799dea0eaca8e7ed6ed3b27f45c2db"
[[package]]
name = "bamts-runtime"
version = "0.1.1"
dependencies = [
"bamts-bytecode",
"bamts-native",
]