Add API for retrieving the date that a contributor signed the CLA

Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-01-22 13:11:24 -08:00
parent 6c937c4a90
commit 56556d71a1
6 changed files with 51 additions and 1 deletions

View file

@ -30,7 +30,7 @@ workspace = { path = "../workspace" }
uuid.workspace = true
log.workspace = true
anyhow.workspace = true
chrono = { version = "0.4", features = ["serde"] }
chrono.workspace = true
futures.workspace = true
indoc.workspace = true
isahc.workspace = true