Skip to content

Commit

Permalink
feat: compress partial transcript (#653)
Browse files Browse the repository at this point in the history
* feat: compress partial transcript

* add missing dep
  • Loading branch information
themighty1 authored Dec 26, 2024
1 parent 7bec5a8 commit c03418a
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 57 deletions.
3 changes: 2 additions & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ web-time = { workspace = true }
webpki-roots = { workspace = true }

[dev-dependencies]
rstest = { workspace = true }
bincode = { workspace = true }
hex = { workspace = true }
rstest = { workspace = true }
tlsn-data-fixtures = { workspace = true }

[[test]]
Expand Down
Loading

0 comments on commit c03418a

Please sign in to comment.