diff options
author | June McEnroe <june@causal.agency> | 2020-11-22 00:13:45 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-11-22 00:13:45 -0500 |
commit | 19390e0b51734d848a1cd748f15c43590acbec29 (patch) | |
tree | 383741e5ad805591b4714b10240a566b2d72bb68 | |
parent | Cargo init (diff) | |
download | aoc-19390e0b51734d848a1cd748f15c43590acbec29.tar.gz aoc-19390e0b51734d848a1cd748f15c43590acbec29.zip |
Cargo init
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 5db5a11..26cda35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] +authors = ["June McEnroe <june@causal.agency>"] name = "aoc" version = "0.1.0" -authors = ["June McEnroe <programble@gmail.com>"] [dependencies] +rust-crypto = "0.2.36" |