diff --git a/Cargo.toml b/Cargo.toml index 7623e9e..6944281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"