diff --git a/sw/tools/key_generator/Cargo.toml b/sw/tools/key_generator/Cargo.toml index b0dc592fa9..1ad2c106ed 100644 --- a/sw/tools/key_generator/Cargo.toml +++ b/sw/tools/key_generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "key_generator" version = "0.1.0" -authors = ["Michal Podhradsky "] +authors = ["Michal Podhradsky "] [dependencies] rusthacl = { git = "https://github.com/podhrmic/rusthacl" }