Add Fetching Slack Token

This commit is contained in:
dav 2024-05-25 11:15:14 -07:00
parent cb1bc1c8aa
commit 3061a71260
7 changed files with 397 additions and 33 deletions

View file

@ -11,6 +11,9 @@ relm4 = { version = "0.6", features = ["libadwaita", "gnome_44"]}
burrow = { version = "*", path = "../burrow/" }
tokio = { version = "1.35.0", features = ["time", "sync"] }
gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
serde = { version = "1", features = ["derive"] }
url = "2.5.0"
reqwest = { version = "0.12.4", features = ["json"] }
[build-dependencies]
anyhow = "1.0"