mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 14:33:47 +00:00
meta: add other manifest keys
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69648070cedba859f4657d981dd4cbbd9310
This commit is contained in:
parent
254c288111
commit
bb2c66fd3e
1 changed files with 5 additions and 1 deletions
|
|
@ -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"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue