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
+ 2
1
@@ -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