Update cas_types Cargo.toml (#9)

This commit is contained in:
Assaf Vayner
2024-09-13 15:06:37 -07:00
committed by GitHub
parent f077033146
commit db47085e8d

View File

@@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
serde = { version = "1.0.208", features = ["derive"] }
merklehash = { git = "https://github.com/xetdata/xet-core" }
merklehash = { path = "../merklehash" }
serde_repr = "0.1.19"