mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-01-12 11:37:47 +00:00
chore: add missing manifest fields for Cargo
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ic5e6f6611b7e8db8c1b6680adb8e4f646a6a6964
This commit is contained in:
parent
d08ad6e38e
commit
303c09e513
1 changed files with 9 additions and 3 deletions
12
Cargo.toml
12
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 <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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue