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

feat(core): re-expose dubp crates

parent 2dbd2332
No related branches found
No related tags found
No related merge requests found
Pipeline #12502 passed
......@@ -826,6 +826,7 @@ dependencies = [
name = "duniter-core"
version = "1.8.1"
dependencies = [
"dubp",
"dubp-wot",
"duniter-bc-reader",
"duniter-conf",
......
......@@ -9,6 +9,8 @@ repository = "https://git.duniter.org/nodes/rust/duniter-core"
version = "1.8.1"
[dependencies]
dubp = { version = "0.55.1", features = ["duniter"] }
dubp-wot = { path = "dubp-wot" }
duniter-bc-reader = { path = "bc-reader" }
duniter-conf = { path = "conf" }
duniter-dbs = { path = "dbs" }
......@@ -16,7 +18,6 @@ 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"]
......
......@@ -13,6 +13,17 @@
// 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/>.
// Re-export dubp crates
pub use dubp::bda_types;
pub use dubp::block;
pub use dubp::common;
pub use dubp::crypto;
pub use dubp::documents;
pub use dubp::documents_parser;
pub use dubp::peer;
pub use dubp::wallet;
// Re-export core crates
pub use dubp_wot as wot;
pub use duniter_conf as conf;
pub use duniter_dbs as dbs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment