[package] name = "ppb" version = "0.7.0" edition = "2021" authors = ["n01e0 "] 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.79" clap = { version="4.4.17", features=["derive"] } grep = "0.3.1" ignore = "0.4.22" octocrab = "0.32.0" rayon = "1.8.0" serde = { version="1.0.195", features=["derive"] } strfmt = "0.2.4" serde_yaml = "0.9.30" # TODO thiserror使う #thiserror = "1.0.50" tokio = { version="1.35.1", features=["macros", "rt-multi-thread"] } walkdir = "2.4.0"