From 303c09e51352b36892565201a895652faa18d032 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 12 Jan 2026 10:55:32 +0300 Subject: [PATCH] chore: add missing manifest fields for Cargo Signed-off-by: NotAShelf Change-Id: Ic5e6f6611b7e8db8c1b6680adb8e4f646a6a6964 --- Cargo.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0b62847..109f89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] -name = "microfetch" -version = "0.4.13" -edition = "2024" +name = "microfetch" +description = "Microscopic fetch tool in Rust, for NixOS systems, with special emphasis on speed" +version = "0.4.13" +edition = "2024" +authors = [ "NotAShelf " ] +rust-version = "1.90" +readme = "./docs/README.md" +repository = "https://github.com/notashelf/microfetch" +license = "GPL-3.0" [lib] name = "microfetch_lib"