diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..114b6d8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "cerm" +version = "1.0.0" +edition = "2021" +authors = ["Thomas Voss <mail@thomasvoss.com>"] +description = "C-inspired error reporting macros" +readme = "README.md" +repository = "https://git.thomasvoss.com/cerm" +license = "0BSD" +keywords = ["exit", "terminate", "error", "error-message"] +categories = ["command-line-interface"] |