diff options
author | cos <cos> | 2019-12-12 16:40:24 +0100 |
---|---|---|
committer | cos <cos> | 2019-12-12 16:40:24 +0100 |
commit | 043c1a447fe611c54cf414e743dd521a2e0088e7 (patch) | |
tree | 32a96f8b02efa47f598088241ece91262ca4f0c7 /2019/rust/day12/Cargo.toml | |
parent | 1e38aeed2565578b98bbb60b6a4d46ad0739d915 (diff) | |
download | adventofcode-043c1a447fe611c54cf414e743dd521a2e0088e7.zip |
Add day12, 2019
Diffstat (limited to '2019/rust/day12/Cargo.toml')
-rw-r--r-- | 2019/rust/day12/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2019/rust/day12/Cargo.toml b/2019/rust/day12/Cargo.toml new file mode 100644 index 0000000..c2357ee --- /dev/null +++ b/2019/rust/day12/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day12" +version = "0.1.0" +authors = ["cos <cos>"] +edition = "2018" + +[dependencies] +regex = "1" +num = "0" |