Add an "umbrella" crate, which seeks to provide a convenient interface.
This currently pulls in cretonne-codegen and cretonne-frontend and provides a simple prelude interface. This fixes #287.
This commit is contained in:
18
lib/umbrella/Cargo.toml
Normal file
18
lib/umbrella/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne"
|
||||
version = "0.4.4"
|
||||
description = "Umbrella for commonly-used cretonne crates"
|
||||
license = "Apache-2.0"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
keywords = ["compile", "compiler", "jit"]
|
||||
|
||||
[dependencies]
|
||||
cretonne-codegen = { path = "../codegen", version = "0.4.4" }
|
||||
cretonne-frontend = { path = "../frontend", version = "0.4.4" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "experimental" }
|
||||
travis-ci = { repository = "cretonne/cretonne" }
|
||||
Reference in New Issue
Block a user