aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/header/Cargo.toml2
-rw-r--r--lib/xixanta/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/header/Cargo.toml b/lib/header/Cargo.toml
index 8e88856..4a2c633 100644
--- a/lib/header/Cargo.toml
+++ b/lib/header/Cargo.toml
@@ -1,6 +1,8 @@
[package]
name = "header"
version = "0.1.0"
+description = "Library for fetching all the information from the header of an NES/Famicom ROM file"
+
edition.workspace = true
license.workspace = true
authors.workspace = true
diff --git a/lib/xixanta/Cargo.toml b/lib/xixanta/Cargo.toml
index d994b6b..9ca1c50 100644
--- a/lib/xixanta/Cargo.toml
+++ b/lib/xixanta/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "xixanta"
version = "0.1.0"
-description = "TBD"
+description = "Library for parsing and assembling 6502 code for the NES/Famicom"
authors.workspace = true
edition.workspace = true