Documentation
[package]
name = "ppb"
version = "0.2.2"
edition = "2021"
authors = ["n01e0 <reoshiseki@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/n01e0/ppb"
description = "postpone bot"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.76"
clap = { version="4.4.11", features=["derive"] }
grep = "0.3.1"
ignore = "0.4.21"
octocrab = "0.32.0"
rayon = "1.8.0"
serde = { version="1.0.193", features=["derive"] }
strfmt = "0.2.4"
serde_yaml = "0.9.29"
# TODO thiserror使う
#thiserror = "1.0.50"
tokio = { version="1.35.1", features=["macros", "rt-multi-thread"] }
walkdir = "2.4.0"