Skip to content

Commit 063f435

Browse files
committed
Update Cargo.toml.
1 parent 097a66f commit 063f435

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
[package]
22
name = "proc-result"
3+
description = "A tiny cross-platform library containing exit status and code types"
4+
repository = "http://crates.lurey.io/proc-result"
5+
license = "MIT"
36
version = "0.1.0"
47
edition = "2024"
8+
keywords = ["cli", "exit-codes", "sysexit"]
9+
categories = [
10+
"command-line-interface",
11+
"development-tools::testing",
12+
"no-std",
13+
"os",
14+
]
515

616
[lints.clippy]
717
pedantic = "deny"

0 commit comments

Comments
 (0)