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 | ace567c866574e6447eb561dfb37bb0fbe0d891d (patch) | |
| tree | cf276966c0dd61258ad4f45bf88e80dd0622e26e /Cargo.toml | |
| parent | Cargo init (diff) | |
| download | aoc-ace567c866574e6447eb561dfb37bb0fbe0d891d.tar.gz aoc-ace567c866574e6447eb561dfb37bb0fbe0d891d.zip | |
Cargo init
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..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" |