From 12da5fa117853c2d0b78551f0b37dae5337351d0 Mon Sep 17 00:00:00 2001 From: BGluth Date: Tue, 25 Jun 2024 10:13:36 -0600 Subject: [PATCH] Requested PR changes for #320 (2) - Added `smt_trie` as a dep (note that no sub-crate uses this dep yet). --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5fb681935..535285710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,6 +85,7 @@ serde = "1.0.166" serde_json = "1.0.96" serde_path_to_error = "0.1.14" serde_with = "3.4.0" +smt_trie = { path = "smt_trie", version = "0.1.0" } sha2 = "0.10.6" static_assertions = "1.1.0" thiserror = "1.0.49"