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"] }