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] [package]
name = "key_generator" name = "key_generator"
version = "0.1.0" version = "0.1.0"
authors = ["Michal Podhradsky <michal.podhradsky@galois.com>"] authors = ["Michal Podhradsky <mpodhradsky@galois.com>"]
[dependencies] [dependencies]
rusthacl = { git = "https://github.com/podhrmic/rusthacl" } rusthacl = { git = "https://github.com/podhrmic/rusthacl" }