Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
duniter-core
Commits
0b26b587
Commit
0b26b587
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
feat(core): re-expose crate dubp-wot
parent
0676f01e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.toml
+1
-0
1 addition, 0 deletions
Cargo.toml
src/lib.rs
+1
-0
1 addition, 0 deletions
src/lib.rs
with
2 additions
and
0 deletions
Cargo.toml
+
1
−
0
View file @
0b26b587
...
@@ -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"
]
...
...
This diff is collapsed.
Click to expand it.
src/lib.rs
+
1
−
0
View file @
0b26b587
...
@@ -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"
)]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment