summary refs log tree commit diff homepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-22 00:13:45 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:13:45 -0500
commitace567c866574e6447eb561dfb37bb0fbe0d891d (patch)
treecf276966c0dd61258ad4f45bf88e80dd0622e26e /Cargo.toml
parentCargo init (diff)
downloadaoc-ace567c866574e6447eb561dfb37bb0fbe0d891d.tar.gz
aoc-ace567c866574e6447eb561dfb37bb0fbe0d891d.zip
Cargo init
Diffstat (limited to '')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e49766..31f88fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
 [package]
+authors = ["C. McEnroe <june@causal.agency>"]
 name = "aoc"
 version = "0.1.0"
-authors = ["Curtis McEnroe <programble@gmail.com>"]
 
 [dependencies]
+rust-crypto = "0.2.36"