diff options
Diffstat (limited to '02/Cargo.toml')
-rw-r--r-- | 02/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/02/Cargo.toml b/02/Cargo.toml new file mode 100644 index 0000000..f4176dc --- /dev/null +++ b/02/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "advent_02" +version = "0.1.0" +authors = ["Irene Knapp <ireneista@gmail.com>"] +edition = "2018" + +[dependencies] +advent_lib = { path = "../lib" } +regex = "1" |