Files
wasmtime/lib/module/Cargo.toml
2018-04-17 22:18:30 -07:00

18 lines
554 B
TOML

[package]
name = "cretonne-module"
version = "0.5.1"
authors = ["The Cretonne Project Developers"]
description = "Support for linking functions and data with Cretonne"
repository = "https://github.com/Cretonne/cretonne"
documentation = "https://cretonne.readthedocs.io/"
license = "Apache-2.0"
readme = "README.md"
[dependencies]
cretonne-codegen = { path = "../codegen", version = "0.5.1" }
cretonne-entity = { path = "../entity", version = "0.5.1" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }