diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2022-08-27 20:41:40 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2022-08-27 20:42:21 +0200 |
| commit | dbfce1313881b089d2d6a991f462e1abb49678bb (patch) | |
| tree | e9a76107b19b0127de55d53cf25171a6d40a8650 /Cargo.toml | |
Initialize project
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bb0c0e0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "advent" +version = "0.1.0" +authors = ["Reiner Herrmann <reiner@reiner-h.de>"] +edition = "2021" + +[dependencies] |
