Files
wasmtime/src/libcretonne/Cargo.toml
Morgan Phillips de04d6d083 Add a verifier
The current implementation only performs a few basic checks.
2016-09-06 14:09:09 -07:00

17 lines
353 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]
regex = "0.1.71"