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