From dcc6264d71e9a1ce58e56eebe5489e1ba16e2d4a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 8 Jul 2026 21:10:03 +0200 Subject: lib: add descriptions in Cargo.toml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xixanta/Cargo.toml') 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 -- cgit v1.2.3