Skip to content
Snippets Groups Projects
Commit 0b26b587 authored by Éloïs's avatar Éloïs
Browse files

feat(core): re-expose crate dubp-wot

parent 0676f01e
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ duniter-dbs-write-ops = { path = "dbs-write-ops", optional = true } ...@@ -16,6 +16,7 @@ duniter-dbs-write-ops = { path = "dbs-write-ops", optional = true }
duniter-mempools = { path = "mempools" } duniter-mempools = { path = "mempools" }
duniter-module = { path = "module" } duniter-module = { path = "module" }
duniter-global = { path = "global" } duniter-global = { path = "global" }
dubp-wot = { path = "dubp-wot" }
[features] [features]
bc-writer = ["duniter-dbs-write-ops"] bc-writer = ["duniter-dbs-write-ops"]
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
// You should have received a copy of the GNU Affero General Public License // 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/>. // 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_conf as conf;
pub use duniter_dbs as dbs; pub use duniter_dbs as dbs;
#[cfg(feature = "bc-writer")] #[cfg(feature = "bc-writer")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment