diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-08 21:10:03 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-08 21:10:03 +0200 |
| commit | dcc6264d71e9a1ce58e56eebe5489e1ba16e2d4a (patch) | |
| tree | 714e998df020939321534854a7c188c351791f10 /lib/header/Cargo.toml | |
| parent | 6333dc7ee02332cd06e20b56cefd3210368e54f8 (diff) | |
| download | tools.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/header/Cargo.toml')
| -rw-r--r-- | lib/header/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 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 |
