Add API for retrieving the date that a contributor signed the CLA
Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
6c937c4a90
commit
56556d71a1
6 changed files with 51 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue