Skip to content

Commit

Permalink
Refactored demo tests to work with both legacy and w3c formats
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas committed Nov 29, 2023
1 parent fa67696 commit 309306f
Show file tree
Hide file tree
Showing 6 changed files with 1,742 additions and 1,362 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ zeroize = { version = "1.5.7", optional = true, features = ["zeroize_derive"] }
base64 = { version = "0.21.5", optional = true }
chrono = { version = "0.4.31", optional = true, features = ["serde"] }

[dev-dependencies]
rstest = "0.18.2"

[profile.release]
lto = true
codegen-units = 1
Loading

0 comments on commit 309306f

Please sign in to comment.