Skip to content
Snippets Groups Projects

Resolve "Create an implementation-independent data format or parser for the Web of Trust"

All threads resolved!
Files
4
+ 4
3
[package]
name = "duniter-wotb"
version = "0.5.0"
authors = ["nanocryk <nanocryk@duniter.org>"]
version = "0.6.0"
authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@duniter.org>"]
description = "Makes Web of Trust computations for the Duniter project."
repository = "https://git.duniter.org/nodes/rust/duniter-rs"
readme = "README.md"
@@ -14,4 +14,5 @@ path = "lib.rs"
[dependencies]
serde = "1.0.24"
serde_derive = "1.0.24"
bincode = "0.9.2"
\ No newline at end of file
bincode = "0.9.2"
byteorder = "1.2.1"
\ No newline at end of file
Loading