]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Initial commit
[rust.git] / Cargo.toml
1 [package]
2 name = "rustc_codegen_cretonne"
3 version = "0.1.0"
4 authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
5
6 [lib]
7 crate-type = ["dylib"]
8
9 [dependencies]
10 cretonne = "0.11.0"