Implement Copilot sign in and sign out

This commit is contained in:
Antonio Scandurra 2023-03-23 14:17:15 +01:00 committed by Mikayla Maki
parent 797bb7d780
commit 59d9277a74
4 changed files with 223 additions and 48 deletions

View file

@ -17,6 +17,7 @@ client = { path = "../client" }
workspace = { path = "../workspace" }
async-compression = { version = "0.3", features = ["gzip", "futures-bufread"] }
anyhow = "1.0"
log = "0.4"
serde = { workspace = true }
serde_derive = { workspace = true }
smol = "1.2.5"