aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-01 11:10:48 +0800
committerDeterminant <ted.sybil@gmail.com>2018-01-01 11:10:48 +0800
commit8ec734721562c4b1dc6a4c2dc2ed197b9f6a49d1 (patch)
tree2eb64159de4f2e810a13261217944934896af860 /Cargo.toml
parentc50c39243e941aa9ca72ae3b0d4d0cf5141776bd (diff)
update readme
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a030298..8477e61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "runes"
version = "0.1.3"
authors = ["Determinant <tederminant@gmail.com>"]
-description = "A no-std NES emulator library written purely in Rust."
+description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"
keywords = ["nes", "emulator", "6502"]
categories = ["no-std", "emulators"]