Fix email address in the key generator

This commit is contained in:
Michal Podhradsky
2017-11-05 08:30:03 -08:00
parent 6ada3bd66b
commit a2991ee9b3
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "key_generator"
version = "0.1.0"
authors = ["Michal Podhradsky <michal.podhradsky@galois.com>"]
authors = ["Michal Podhradsky <mpodhradsky@galois.com>"]
[dependencies]
rusthacl = { git = "https://github.com/podhrmic/rusthacl" }