aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-08 21:10:03 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-08 21:10:03 +0200
commitdcc6264d71e9a1ce58e56eebe5489e1ba16e2d4a (patch)
tree714e998df020939321534854a7c188c351791f10 /lib/xixanta/Cargo.toml
parent6333dc7ee02332cd06e20b56cefd3210368e54f8 (diff)
downloadtools.nes-dcc6264d71e9a1ce58e56eebe5489e1ba16e2d4a.tar.gz
tools.nes-dcc6264d71e9a1ce58e56eebe5489e1ba16e2d4a.zip
lib: add descriptions in Cargo.toml files
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'lib/xixanta/Cargo.toml')
-rw-r--r--lib/xixanta/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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