diff options
author | Determinant <[email protected]> | 2017-11-17 15:26:26 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2017-11-17 15:26:26 -0500 |
commit | 903121c752c182d8441b9af301a2f679b1b8e008 (patch) | |
tree | 1a2ff79b172a3c7a2e8680022b274cdf36395dc4 | |
parent | 2f4262c1273108abfcce00e897c520f5a7f4be41 (diff) |
update cargo meta file
-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" |