chore: add missing manifest fields for Cargo

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic5e6f6611b7e8db8c1b6680adb8e4f646a6a6964
This commit is contained in:
raf 2026-01-12 10:55:32 +03:00
commit 303c09e513
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -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 <raf@notashelf.dev>" ]
rust-version = "1.90"
readme = "./docs/README.md"
repository = "https://github.com/notashelf/microfetch"
license = "GPL-3.0"
[lib]
name = "microfetch_lib"