Skip to content

Commit 8cd3025

Browse files
committed
upki: add more test coverage for the index
1 parent e1ce186 commit 8cd3025

4 files changed

Lines changed: 525 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 75 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ aws-lc-rs = "1.15.2"
1313
base64 = "0.22.1"
1414
chrono = { version = "0.4.42", features = ["alloc"], default-features = false }
1515
clap = { version = "4.5", features = ["derive"] }
16+
clubcard = { version = "0.3.3", features = ["builder"] }
1617
clubcard-crlite = { version = "0.5.1", default-features = false, features = ["bincode"] }
1718
criterion = "0.8"
1819
csv = "1.4"

upki/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ tracing.workspace = true
2525

2626
[dev-dependencies]
2727
cbindgen.workspace = true
28+
clubcard.workspace = true
29+
clubcard-crlite = { workspace = true, features = ["builder"] }
2830
similar-asserts.workspace = true
2931
tempfile.workspace = true
3032

0 commit comments

Comments
 (0)