From 903121c752c182d8441b9af301a2f679b1b8e008 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 17 Nov 2017 15:26:26 -0500 Subject: update cargo meta file --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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 "] 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" -- cgit v1.2.3