rust/Cargo.toml

11 lines
181 B
TOML
Raw Normal View History

2018-06-18 00:05:11 +08:00
[package]
name = "rustc_codegen_cretonne"
version = "0.1.0"
authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
[lib]
crate-type = ["dylib"]
[dependencies]
cretonne = "0.11.0"