diff --git a/stacks-common/src/deps_common/mod.rs b/stacks-common/src/deps_common/mod.rs index bf5f8cb16..2f42096de 100644 --- a/stacks-common/src/deps_common/mod.rs +++ b/stacks-common/src/deps_common/mod.rs @@ -14,4 +14,5 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +pub mod bech32; pub mod bitcoin;