summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cranelift-codegen-meta/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/cranelift-codegen-meta/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/rust/cranelift-codegen-meta/Cargo.toml b/third_party/rust/cranelift-codegen-meta/Cargo.toml
new file mode 100644
index 0000000000..967c516e48
--- /dev/null
+++ b/third_party/rust/cranelift-codegen-meta/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "cranelift-codegen-meta"
+authors = ["The Cranelift Project Developers"]
+version = "0.68.0"
+description = "Metaprogram for cranelift-codegen code generator library"
+license = "Apache-2.0 WITH LLVM-exception"
+repository = "https://github.com/bytecodealliance/wasmtime"
+readme = "README.md"
+edition = "2018"
+
+[package.metadata.docs.rs]
+rustdoc-args = [ "--document-private-items" ]
+
+[dependencies]
+cranelift-codegen-shared = { path = "../shared", version = "0.68.0" }
+cranelift-entity = { path = "../../entity", version = "0.68.0" }
+
+[badges]
+maintenance = { status = "experimental" }