Add Fetching Slack Token
This commit is contained in:
parent
cb1bc1c8aa
commit
3061a71260
7 changed files with 397 additions and 33 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue