mirror of
https://git.alemi.dev/ghnotify.git
synced 2024-11-12 19:29:19 +01:00
alemi
1f3d640e41
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
14 lines
390 B
TOML
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
|