chore: extend cargo informations
This commit is contained in:
parent
adce0a5e0d
commit
9a16f9a22e
1 changed files with 29 additions and 20 deletions
49
Cargo.toml
49
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"
|
||||
[package]
|
||||
name = "naj"
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
description = "Manage your digital selves. (Derived from Old Chinese /*ŋˤajʔ/ 'I/Me')"
|
||||
authors = ["INX <inx@inx.wf>"]
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue