wip: connect to github

This commit is contained in:
2026-04-24 19:22:25 +01:00
parent b327648d31
commit a9f4d1d923
11 changed files with 587 additions and 146 deletions

View File

@@ -5,10 +5,12 @@ edition = "2024"
[dependencies]
anyhow = "1"
futures = "0.3.32"
futures-lite = "2.6.1"
gpui = { version = "*" }
paste = "1.0"
rand = "0.10.1"
reqwest = "0.13.2"
reqwest = { version = "0.13.2", features = ["form"] }
serde = "1.0.228"
serde_json = "1.0.149"
tokio = { version = "1.52.1", features = ["rt-multi-thread", "net", "time"] }