blocked 0.1.0

A proc-macro that checks if blockers (issues) have been resolved.
Documentation
[package]
name = "blocked"
version = "0.1.0"
authors = ["Zac Pullar-Strecker <zacmps@gmail.com>"]
description = "A proc-macro that checks if blockers (issues) have been resolved."
keywords = ["proc_macro", "procmacro"]
edition = "2018"
repository = "https://github.com/zacps/blocked"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
syn = "1.0"
reqwest = {version = "0.10.5", features=["blocking", "json"]}
serde = {version = "1.0.110", features = ["derive"]}
url = "2.1.1"
regex = "1.3.9"
lazy_static = "1.4.0"
git2 = "0.13"
ci-detective = "0.1"