aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-02 04:18:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-02 04:26:09 +0200
commit263cb0a5e3cd7dffc8fd72b8492452a05d928734 (patch)
treefc12affd3ee294453febb973e4694aac0283ea82 /Cargo.toml
Genesis commitv1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
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"]