Add deterministic CAS tree objects

This commit is contained in:
Eric Wendland 2026-05-17 21:20:24 +02:00
commit 64e17ff957
7 changed files with 194 additions and 6 deletions

View file

@ -8,7 +8,9 @@ license.workspace = true
[dependencies]
blake3.workspace = true
hex.workspace = true
serde.workspace = true
thiserror.workspace = true
geth-codec = { path = "../geth-codec" }
geth-types = { path = "../geth-types" }
[dev-dependencies]