11 lines
382 B
TOML
11 lines
382 B
TOML
[package]
|
|
name = "cranelift-meta"
|
|
authors = ["The Cranelift Project Developers"]
|
|
version = "0.0.0"
|
|
description = "Metaprogram for cranelift-codegen code generator library"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
documentation = "https://cranelift.readthedocs.io/"
|
|
repository = "https://github.com/CraneStation/cranelift"
|
|
keywords = ["compile", "compiler", "jit"]
|
|
publish = false
|