ttvm 0.1.8

Runtime and compiler infrastructure for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"

[[package]]
name = "mtk"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea9ac8024cbcd91bcfff1eee769c2ca40728c1dec5bc61498f5461adfb6e82e6"

[[package]]
name = "ttvm"
version = "0.1.8"
dependencies = [
 "libc",
 "mtk",
]