From 73673f3c14c56bb7224549d4b313a0f61a81a553 Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Sun, 30 May 2021 00:20:41 +0200
Subject: [PATCH] feat(gva): re-expose feature explorer

---
 Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index e534190..6592716 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,9 @@ serde_json = "1.0.53"
 tokio = { version = "1.2", features = ["macros", "rt-multi-thread", "time"] }
 unwrap = "1.2.1"
 
+[features]
+explorer = ["duniter-gva-db/explorer", "duniter-gva-indexer/explorer"]
+
 [workspace]
 members = [
     "bda",
-- 
GitLab