structured-debug 1.0.0

CLI to transform structured debug output
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "structured-debug"
version = "1.0.0"
edition = "2024"
description = "CLI to transform structured debug output"
homepage = "https://github.com/wdonne/structured-debug"
repository = "https://github.com/wdonne/structured-debug"
license = "BSD-2-Clause"
readme = "README.md"
keywords = ["cli", "debug"]
exclude = ["*.iml"]

[dependencies]