Skip to content

Commit

Permalink
Add changes to try adding compression logic directly in rkyv.
Browse files Browse the repository at this point in the history
  • Loading branch information
SajadKarim committed Jul 6, 2024
1 parent e933e26 commit e7baa3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion betree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ harness = false
name = "tree"
harness = false

[workspace.dependencies]
rkyv = { version = "0.7.42", features = ["validation"] }

[dependencies]
futures = { version = "0.3", features = ["thread-pool"] }
serde = { version = "1.0", features = [ "derive" ] }
Expand Down Expand Up @@ -66,7 +69,6 @@ rkyv_dyn = { path = "../rkyv/rkyv_dyn"}
rkyv_dyn_test = { path = "../rkyv/rkyv_dyn_test"}
rkyv_test = { path = "../rkyv/rkyv_test"}
rkyv_typename = { path = "../rkyv/rkyv_typename"}
#rkyv = { path = "../rkyv/rkyv"}

bytecheck = { version = "0.7.0" }
extend = { version = "1.2.0" }
Expand Down

0 comments on commit e7baa3b

Please sign in to comment.