commentor 0.3.1

Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions.
[[bin]]
name = "commentor"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.directories]
version = "6.0"

[dependencies.log]
version = "0.4"

[dependencies.logos]
version = "0.15"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.simple_logger]
version = "5.0"

[package]
authors = ["Michael Watson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Small tool for bulk commenting on GitHub pull requests, useful for triggering multiple github actions."
edition = "2021"
keywords = ["github", "comment", "comments", "bulk"]
license = "MIT"
name = "commentor"
readme = "README.md"
repository = "https://github.com/watsom27/commentor"
version = "0.3.1"