aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2017-11-17 15:26:26 -0500
committerDeterminant <ted.sybil@gmail.com>2017-11-17 15:26:26 -0500
commit903121c752c182d8441b9af301a2f679b1b8e008 (patch)
tree1a2ff79b172a3c7a2e8680022b274cdf36395dc4
parent2f4262c1273108abfcce00e897c520f5a7f4be41 (diff)
update cargo meta file
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 566905d..94c2c4b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,10 @@ name = "runes"
version = "0.1.0"
authors = ["Determinant <tederminant@gmail.com>"]
description = "A no-std NES emulator library written purely in Rust."
+repository = "https://github.com/Determinant/runes"
+keywords = ["nes", "emulator", "6502"]
+categories = ["no-std", "emulators"]
+license = "MIT"
[dev-dependencies.sdl2]
version = "0.31"