diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2019-12-01 18:29:03 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2019-12-01 18:29:03 +0100 |
| commit | f34fa5fd3c5bc416331250a2e751166946903b95 (patch) | |
| tree | d84544366178558d8b09cd908c498aa2f88e4194 /Cargo.toml | |
day1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8547149 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "advent" +version = "0.1.0" +authors = ["Reiner Herrmann <reiner@reiner-h.de>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |
