diff --git a/.gitignore b/.gitignore index 70bfe5d..4063918 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /fixtures +intel_fw diff --git a/Cargo.toml b/Cargo.toml index d913ea9..dbcae57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "intel_fw" version = "0.1.0" edition = "2024" +description = "Parsing and editing library for Intel firmware images" +repository = "https://github.com/platform-system-interface/intel_fw" +homepage = "https://platform-system-interface.github.io/intel_fw/" +authors = ["Daniel Maslowski ", "PSI contributors"] +license = "GPL-2.0-only" [lib] name = "intel_fw"