From 01f71f0039a1a488ce49ac2cae3388bcdb66c7d7 Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 4 Jan 2016 19:08:53 -0700 Subject: Make crate publishable --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 11f646f..c045bb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,11 @@ name = "rustv" version = "0.1.0" authors = ["David Li "] +description = "A minimal, intentionally inaccurate RISC-V ISA simulator" +repository = "https://git.lidavidm.me/rustv" +readme = "README.md" +license = "GPL-3.0" + [dependencies.elfloader] path = "src/rust-elfloader" +version = "0.0.3" -- cgit v1.2.3