Skip to content

Commit

Permalink
Tighten JsonPointer and methods (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddenlea committed Sep 20, 2024
1 parent dc18659 commit d06273c
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 115 deletions.
5 changes: 4 additions & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ documentation = "https://docs.rs/ssi-core/"
thiserror.workspace = true
async-trait.workspace = true
serde = { workspace = true, features = ["derive"] }
pin-project.workspace = true
pin-project.workspace = true

[dev-dependencies]
serde_json.workspace = true
Loading

0 comments on commit d06273c

Please sign in to comment.