diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ name = "runes" version = "0.1.0" authors = ["Determinant <[email protected]>"] 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" |