Skip to content

Commit

Permalink
proofchain w/ builder pattern + minor convert updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Dec 1, 2022
1 parent 28b04cf commit 1104a41
Show file tree
Hide file tree
Showing 9 changed files with 323 additions and 152 deletions.
5 changes: 2 additions & 3 deletions ucan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ default = []

[dependencies]
anyhow = "1.0"
async-recursion = "1.0"
async-std = "1.0"
async-trait = "0.1"
base64 = "0.13"
Expand All @@ -42,10 +41,10 @@ url = "2.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
# NOTE: This is needed so that rand can be included in WASM builds
getrandom = { version = "~0.2", features = ["js"] }
getrandom = { version = "0.2", features = ["js"] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio = { version = "^1", features = ["macros", "test-util"] }
tokio = { version = "1.0", features = ["macros", "test-util"] }

[dev-dependencies]
did-key = "0.2"
Expand Down
Loading

0 comments on commit 1104a41

Please sign in to comment.