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

@ -27,6 +27,7 @@ axum = { version = "0.5", features = ["json", "headers", "ws"] }
axum-extra = { version = "0.3", features = ["erased-json"] }
base64 = "0.13"
clap = { version = "3.1", features = ["derive"], optional = true }
chrono.workspace = true
dashmap = "5.4"
envy = "0.4.2"
futures.workspace = true