chore: extend cargo informations

This commit is contained in:
INX "Xenon" 2026-01-28 21:20:59 +08:00
parent adce0a5e0d
commit 9a16f9a22e
Signed by: inx
SSH key fingerprint: SHA256:oEFbclBdeqw4M09C3hfnDej0ioZdzZW6BKxsZH6quX8

View file

@ -1,20 +1,29 @@
[package] [package]
name = "naj" name = "naj"
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
description = "Manage your digital selves. (Derived from Old Chinese /*ŋˤajʔ/ 'I/Me')"
[dependencies] authors = ["INX <inx@inx.wf>"]
clap = { version = "4.5", features = ["derive"] } license = "BSD-2-Clause"
serde = { version = "1.0", features = ["derive"] } readme = "README.md"
toml = "0.8" homepage = "https://github.com/dotinx/naj"
dirs = "5.0" repository = "https://github.com/dotinx/naj"
anyhow = "1.0" categories = ["command-line-utilities", "development-tools::cargo-plugins"]
exclude = ["tests/", "scripts/",]
[dev-dependencies]
assert_cmd = "2.0"
tempfile = "3.10" [dependencies]
predicates = "3.1" clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
[[bin]] toml = "0.8"
name = "naj" dirs = "5.0"
path = "src/main.rs" anyhow = "1.0"
[dev-dependencies]
assert_cmd = "2.1"
tempfile = "3.24"
predicates = "3.1"
[[bin]]
name = "naj"
path = "src/main.rs"