diff options
author | cos <cos> | 2019-12-16 18:59:39 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-16 19:02:48 +0100 |
commit | 2dee27ef7a77b0806c8a3142a191c19bb827d000 (patch) | |
tree | c7624e6e63a3d0770f2996b7ad1ac92d4d17447f /2019/rust/day16/Cargo.toml | |
parent | 27e21572d0acc34c0b8ac7edeee70da88f06532e (diff) | |
download | adventofcode-2dee27ef7a77b0806c8a3142a191c19bb827d000.zip |
Add day16, 2019
Diffstat (limited to '2019/rust/day16/Cargo.toml')
-rw-r--r-- | 2019/rust/day16/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2019/rust/day16/Cargo.toml b/2019/rust/day16/Cargo.toml new file mode 100644 index 0000000..c9108a6 --- /dev/null +++ b/2019/rust/day16/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day16" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] |