ghnotify/Cargo.toml
alemi 1f3d640e41
feat: initial proof of concept
this sucks so hard but both notify_rust and octocrab libs kinda suck and
don't allow me to do the right things easily. There sure is an
alternative solution but I'm not sinking (yet) more than ~1h and ~50
lines in this crap
2023-07-22 17:10:08 +02:00

14 lines
390 B
TOML

[package]
name = "ghnotify"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify-rust = "4.8.0"
octocrab = "0.28.0"
open = "5.0.0"
reqwest = { version = "0.11.18", features = ["json"]}
serde_json = "1.0.103"
tokio = { version = "1.29.1", features = ["full"] } # TODO slim down features