diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9e49766..6650f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] +authors = ["Curtis McEnroe <programble@gmail.com>"] name = "aoc" version = "0.1.0" -authors = ["Curtis McEnroe <programble@gmail.com>"] [dependencies] +rust-crypto = "0.2.36" |