diff --git a/Cargo.toml b/Cargo.toml index 09d2344f939a6677b0929ae6e60e84971ab0c2a8..a2e1dc520b699bd16362cf7757d006cee5d40e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ duniter-dbs-write-ops = { path = "dbs-write-ops", optional = true } duniter-mempools = { path = "mempools" } duniter-module = { path = "module" } duniter-global = { path = "global" } +dubp-wot = { path = "dubp-wot" } [features] bc-writer = ["duniter-dbs-write-ops"] diff --git a/src/lib.rs b/src/lib.rs index b0334c3e08d230ce06734e7ae42b561cd8dfd32d..5e5caa295c8e662b9688a62c7d0abd29fae53c66 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,6 +13,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. +pub use dubp_wot as wot; pub use duniter_conf as conf; pub use duniter_dbs as dbs; #[cfg(feature = "bc-writer")]