build: update Rust edition to 2024 and add package metadata
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
dc76b6af52
commit
7af9147abd
@@ -1,7 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "keep"
|
name = "keep"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
description = "Keep and manage temporary files with automatic metadata generation"
|
||||||
|
readme = "README.md"
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "tests"
|
name = "tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user