rosa_parse 0.2.0

Rosa parse is a command line utility to convert json, yaml or toml from stdin to json, yaml or toml to stdout.
Documentation
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 = [
    "git push",
    "git push origin %version",
    "cargo publish",
]