build: update Rust edition to 2024 and add package metadata

This commit is contained in:
Andrew Phillips
2025-05-14 09:20:59 -03:00
committed by Andrew Phillips (aider)
parent dc76b6af52
commit 7af9147abd

View File

@@ -1,7 +1,10 @@
[package]
name = "keep"
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]]
name = "tests"