From 9a16f9a22e418d718363eea245bb26e591d65afd Mon Sep 17 00:00:00 2001 From: inx Date: Wed, 28 Jan 2026 21:20:59 +0800 Subject: [PATCH] chore: extend cargo informations --- Cargo.toml | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc73286..5236315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,29 @@ -[package] -name = "naj" -version = "0.1.1" -edition = "2021" - -[dependencies] -clap = { version = "4.5", features = ["derive"] } -serde = { version = "1.0", features = ["derive"] } -toml = "0.8" -dirs = "5.0" -anyhow = "1.0" - -[dev-dependencies] -assert_cmd = "2.0" -tempfile = "3.10" -predicates = "3.1" - -[[bin]] -name = "naj" -path = "src/main.rs" \ No newline at end of file +[package] +name = "naj" +version = "0.1.2" +edition = "2021" +description = "Manage your digital selves. (Derived from Old Chinese /*ŋˤajʔ/ 'I/Me')" +authors = ["INX "] +license = "BSD-2-Clause" +readme = "README.md" +homepage = "https://github.com/dotinx/naj" +repository = "https://github.com/dotinx/naj" +categories = ["command-line-utilities", "development-tools::cargo-plugins"] +exclude = ["tests/", "scripts/",] + + +[dependencies] +clap = { version = "4.5", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] } +toml = "0.8" +dirs = "5.0" +anyhow = "1.0" + +[dev-dependencies] +assert_cmd = "2.1" +tempfile = "3.24" +predicates = "3.1" + +[[bin]] +name = "naj" +path = "src/main.rs"