diff options
Diffstat (limited to '2020/rust/aoc/Cargo.toml')
-rw-r--r-- | 2020/rust/aoc/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2020/rust/aoc/Cargo.toml b/2020/rust/aoc/Cargo.toml new file mode 100644 index 0000000..63cc48e --- /dev/null +++ b/2020/rust/aoc/Cargo.toml @@ -0,0 +1,5 @@ +[package] +name = "aoc" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" |