meta: add other manifest keys

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69648070cedba859f4657d981dd4cbbd9310
This commit is contained in:
raf 2025-08-12 15:03:11 +03:00
commit bb2c66fd3e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -2,7 +2,11 @@
name = "stash" name = "stash"
version = "0.1.0" version = "0.1.0"
edition = "2024" edition = "2024"
author = "NotAShelf <raf@notashelf.dev>" authors = ["NotAShelf <raf@notashelf.dev>"]
license = "MPL-2.0"
readme = true
repository = "https://github.com/notashelf/stash"
rust-version = "1.85"
[dependencies] [dependencies]
clap = { version = "4.5.44", features = ["derive"] } clap = { version = "4.5.44", features = ["derive"] }