From 4c61c96c3ff921a69c715bce0ccacf441d3e6ecc Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 4 Nov 2021 13:33:26 -0700 Subject: [PATCH] Add Cargo.toml metadata --- cranelift/isle/isle/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cranelift/isle/isle/Cargo.toml b/cranelift/isle/isle/Cargo.toml index 0e684bc56c..5c7acee3a4 100644 --- a/cranelift/isle/isle/Cargo.toml +++ b/cranelift/isle/isle/Cargo.toml @@ -1,9 +1,12 @@ [package] -name = "isle" -version = "0.1.0" authors = ["Chris Fallin ", "Nick Fitzgerald "] +description = "ISLE: Instruction Selection and Lowering Expressions. A domain-specific language for instruction selection in Cranelift." edition = "2018" license = "Apache-2.0 WITH LLVM-exception" +name = "isle" +readme = "../README.md" +repository = "https://github.com/cfallin.isle" +version = "0.1.0" [dependencies] log = "0.4"