rosa_parse 0.1.0

Rosa parse is a command line utility to convert json, yaml or toml from stdin to json, yaml or toml to stdout.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
github = "https://github.com/oknozor/rosa-parse"
changelog_path = "CHANGELOG.md"

authors = [
    { signature = "Paul Delafosse", username = "oknozor" },
]

pre_bump_hooks = [
    "cargo test",
    "cargo clippy",
    "cargo fmt --all",
    "cargo bump %version",
]

post_bump_hooks = [
    "cargo publish",
]