diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-12-01 11:58:48 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-12-01 11:58:48 +0100 |
| commit | c6bcd6346786524b91f4a4ff945ce7bccbc1e9eb (patch) | |
| tree | 67e3fe077fd0c57554711e1ba805259987db60ad /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] |
