From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- third_party/rust/cranelift-codegen-meta/Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 third_party/rust/cranelift-codegen-meta/Cargo.toml (limited to 'third_party/rust/cranelift-codegen-meta/Cargo.toml') 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" } -- cgit v1.2.3