From 19390e0b51734d848a1cd748f15c43590acbec29 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 22 Nov 2020 00:13:45 -0500 Subject: Cargo init --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] name = "aoc" version = "0.1.0" -authors = ["June McEnroe "] [dependencies] +rust-crypto = "0.2.36" -- cgit 1.4.1