aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-04 19:08:53 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-04 19:08:53 -0700
commit01f71f0039a1a488ce49ac2cae3388bcdb66c7d7 (patch)
tree0c4b078dd45ab21ecaa929dc20f1e371e4562fba
parentdb87cd3953eef9ec78c3a17ce6d21055cf879ab8 (diff)
Make crate publishable
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 <li.davidm96@gmail.com>"]
+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"