Files
wasmtime/cranelift/src/libcretonne/Cargo.toml
Jakob Stoklund Olesen 71f8fe1cb1 Migrate to readthedocs.io
2016-04-27 17:05:02 -07:00

16 lines
336 B
TOML

[package]
authors = ["The Cretonne Project Developers"]
name = "cretonne"
version = "0.0.0"
description = "Low-level code generator library"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne"
publish = false
build = "build.rs"
[lib]
name = "cretonne"
path = "lib.rs"
[dependencies]