[[bin]]
name = "github-notifier"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.reqwest]
features = ["json"]
version = "0.12.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.203"
[dependencies.serde_json]
version = "1.0.117"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.38.0"
[dependencies.toml]
version = "0.8.19"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
version = "0.3.18"
[package]
authors = ["whutchinson98"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI tool to notify github of new commits"
edition = "2024"
homepage = "https://github.com/whutchinson98/github-notifier"
include = ["src/**/*.rs"]
keywords = ["github", "notification", "cli"]
license = "MIT"
name = "github-notifier"
readme = "README.md"
repository = "https://github.com/whutchinson98/github-notifier"
version = "1.0.0"