From bb2c66fd3e887094cd9aaac9241c3545c888802c Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 12 Aug 2025 15:03:11 +0300 Subject: [PATCH] meta: add other manifest keys Signed-off-by: NotAShelf Change-Id: I6a6a69648070cedba859f4657d981dd4cbbd9310 --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44ec44c..32b677c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,11 @@ name = "stash" version = "0.1.0" edition = "2024" -author = "NotAShelf " +authors = ["NotAShelf "] +license = "MPL-2.0" +readme = true +repository = "https://github.com/notashelf/stash" +rust-version = "1.85" [dependencies] clap = { version = "4.5.44", features = ["derive"] }