aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"