Merge Rust 2018 updates

This commit is contained in:
Paul Hauner
2018-12-24 10:03:56 +11:00
28 changed files with 82 additions and 53 deletions

View File

@@ -2,6 +2,7 @@
name = "attestation_validation"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
bls = { path = "../utils/bls" }