bougie-errors 0.29.0

Domain error taxonomy + exit-code map for bougie.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bougie-errors"
version.workspace = true
edition = "2024"
description = "Domain error taxonomy + exit-code map for bougie."
license = "EUPL-1.2"
repository = "https://github.com/cresset-tools/bougie"
rust-version = "1.95"
authors.workspace = true

[dependencies.eyre]
version = "0.6"

[dependencies.thiserror]
version = "2.0"

[lints]
workspace = true