mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(webapi): impl identity description retrieval
This commit is contained in:
parent
d5cc097e7a
commit
c3842a6d3b
6 changed files with 126 additions and 6 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue