Skip to content
Snippets Groups Projects

Resolve "Implement Web of Trust in a more "rusty" way"

Merged nanocryk requested to merge 28-implement-web-of-trust-in-a-more-rusty-way into dev
All threads resolved!
Files
5
+ 3
2
[package]
[package]
name = "duniter-wotb"
name = "duniter-wotb"
version = "0.6.0"
version = "0.6.1"
authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@duniter.org>"]
authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@duniter.org>"]
description = "Makes Web of Trust computations for the Duniter project."
description = "Makes Web of Trust computations for the Duniter project."
repository = "https://git.duniter.org/nodes/rust/duniter-rs"
repository = "https://git.duniter.org/nodes/rust/duniter-rs"
@@ -15,4 +15,5 @@ path = "lib.rs"
@@ -15,4 +15,5 @@ path = "lib.rs"
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"
byteorder = "1.2.1"
byteorder = "1.2.1"
\ No newline at end of file
rayon = "1.0.0"
Loading