-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
12 lines (12 loc) · 550 Bytes
/
Copy pathCargo.toml
File metadata and controls
12 lines (12 loc) · 550 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "exit-code"
version = "1.0.0"
authors = ["Richard Fussenegger <fleshgrinder@users.noreply.github.com>"]
description = "Commonly used exit codes for usage in applications."
documentation = "https://docs.rs/exit-code"
homepage = "https://github.com/Fleshgrinder/rust-exit-code"
repository = "https://github.com/Fleshgrinder/rust-exit-code"
readme = "README.md"
keywords = ["cli", "exit-codes", "sysexit"]
categories = ["command-line-interface", "os", "no-std"]
license = "Unlicense"