Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!20
Resolve "Implement Web of Trust in a more "rusty" way"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Implement Web of Trust in a more "rusty" way"
28-implement-web-of-trust-in-a-more-rusty-way
into
dev
Overview
18
Commits
8
Pipelines
0
Changes
4
Merged
nanocryk
requested to merge
28-implement-web-of-trust-in-a-more-rusty-way
into
dev
7 years ago
Overview
7
Commits
8
Pipelines
0
Changes
4
Closes
#28 (closed)
Edited
7 years ago
by
nanocryk
0
0
Merge request reports
Compare
dev
version 16
cc3597b4
7 years ago
version 15
72463949
7 years ago
version 14
955ee8cc
7 years ago
version 13
6f645ef9
7 years ago
version 12
f57a687d
7 years ago
version 11
0b74c73f
7 years ago
version 10
4338885e
7 years ago
version 9
9e035c8d
7 years ago
version 8
9460ba43
7 years ago
version 7
cad7b60b
7 years ago
version 6
ee9044b8
7 years ago
version 5
6c60d18e
7 years ago
version 4
7d32f158
7 years ago
version 3
9ab1c7c6
7 years ago
version 2
c76c577b
7 years ago
version 1
441b06ed
7 years ago
dev (base)
and
version 6
latest version
77592f49
8 commits,
7 years ago
version 16
cc3597b4
7 commits,
7 years ago
version 15
72463949
7 commits,
7 years ago
version 14
955ee8cc
6 commits,
7 years ago
version 13
6f645ef9
5 commits,
7 years ago
version 12
f57a687d
4 commits,
7 years ago
version 11
0b74c73f
4 commits,
7 years ago
version 10
4338885e
4 commits,
7 years ago
version 9
9e035c8d
4 commits,
7 years ago
version 8
9460ba43
4 commits,
7 years ago
version 7
cad7b60b
4 commits,
7 years ago
version 6
ee9044b8
4 commits,
7 years ago
version 5
6c60d18e
4 commits,
7 years ago
version 4
7d32f158
4 commits,
7 years ago
version 3
9ab1c7c6
3 commits,
7 years ago
version 2
c76c577b
2 commits,
7 years ago
version 1
441b06ed
1 commit,
7 years ago
4 files
+
475
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
wotb/Cargo.toml
+
2
−
1
View file @ ee9044b8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,4 +14,5 @@ path = "lib.rs"
@@ -14,4 +14,5 @@ path = "lib.rs"
[dependencies]
[dependencies]
serde
=
"1.0.24"
serde
=
"1.0.24"
serde_derive
=
"1.0.24"
serde_derive
=
"1.0.24"
bincode
=
"0.9.2"
bincode
=
"0.9.2"
\ No newline at end of file
rayon
=
"1.0.0"
\ No newline at end of file
Loading