feat(webapi): impl identity description retrieval

This commit is contained in:
oxalica 2024-10-18 11:12:29 -04:00
parent d5cc097e7a
commit c3842a6d3b
6 changed files with 126 additions and 6 deletions

View file

@ -30,7 +30,7 @@ serde = { version = "1", features = ["derive"] }
serde-constant = "0.1"
serde-inline-default = "0.2"
serde_jcs = "0.1"
serde_json = "1"
serde_json = { version = "1", features = ["raw_value"] }
serde_urlencoded = "0.7"
sha2 = "0.10"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "sync", "time"] }