Skip to content

Commit 2ce139b

Browse files
committed
Redid createAccount API call
- Now accepts already existing DIDs - Better error handling on it - Easier to understand
1 parent 90c61d9 commit 2ce139b

File tree

7 files changed

+323
-285
lines changed

7 files changed

+323
-285
lines changed

rsky-pds/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ webpki-roots = { version = "0.26.0-alpha.1" }
7575
lexicon_cid = { package = "cid", version = "0.10.1", features = ["serde-codec"] }
7676
async-recursion = "1.1.1"
7777
once_cell = "1.19.0"
78+
tracing = "0.1.41"
79+
tracing-subscriber = "0.3.19"
7880

7981

8082
[dependencies.rocket_sync_db_pools]

0 commit comments

Comments
 (0)