aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b4d21a7f449dc52249c3ccf9292b9910a01a734a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cerm"
version = "1.1.1"
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"]