From c902e8eaa5dcbd8aae90f8661238e2db6d3be647 Mon Sep 17 00:00:00 2001 From: aniampio Date: Fri, 1 Apr 2022 16:24:56 +0100 Subject: [PATCH] Add divisible ecash crate to the main Cargo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c4960d2dae..31f8ee544f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,7 @@ members = [ "common/nonexhaustive-delayqueue", "common/nymcoconut", "common/nym-compact-ecash", + "common/nym-divisible-ecash", "common/nymsphinx", "common/nymsphinx/acknowledgements", "common/nymsphinx/addressing",