Skip to content

Commit

Permalink
various fixes and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
justAnIdentity committed Aug 11, 2023
1 parent 2337834 commit c1f6f7a
Show file tree
Hide file tree
Showing 7 changed files with 446 additions and 247 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ thiserror = "1.0.37"
lazy_static = "1.4.0"
url = "2.3.1"
rand = "0.8.5"
isomdl = { git = "ssh://git@github.com/spruceid/isomdl.git", rev = "8f87768"}
isomdl = { git = "ssh://git@github.com/spruceid/isomdl.git", rev = "b2324b7"}
# isomdl = {path = "../isomdl"}
time = "0.3.21"
p256 = "0.13.2"
base64 = "0.13.1"
x509-cert = "0.2.3"
serde_cbor = "0.11.2"
anyhow = "1.0.71"
async-trait = "0.1.72"
reqwest = "0.11.18"
josekit = "0.8.3"
openssl = "0.10.53"

[dev-dependencies]
serde_path_to_error = "0.1.8"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pub mod mdl_request;
pub mod mdl_response;
pub mod presentation_exchange;
pub mod utils;
pub mod presentment;
pub mod utils;
Loading

0 comments on commit c1f6f7a

Please sign in to comment.