Add Cargo.toml metadata

This commit is contained in:
Nick Fitzgerald
2021-11-04 13:33:26 -07:00
committed by Chris Fallin
parent e23564700d
commit 4c61c96c3f

View File

@@ -1,9 +1,12 @@
[package]
name = "isle"
version = "0.1.0"
authors = ["Chris Fallin <chris@cfallin.org>", "Nick Fitzgerald <fitzgen@gmail.com>"]
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"