ttvm 0.2.5

Runtime and compiler infrastructure API for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "ttvm"
version = "0.2.5"
dependencies = [
 "mtk",
]