diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2022-12-20 14:08:29 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2022-12-20 14:08:29 +0000 |
| commit | cc5b39318201ffbea172195cbd2ac28cb48f6042 (patch) | |
| tree | 9ea07ae0754133b4f31160181aa343097d221e03 /day01b/Cargo.toml | |
| download | advent_of_code_2022-cc5b39318201ffbea172195cbd2ac28cb48f6042.tar.gz advent_of_code_2022-cc5b39318201ffbea172195cbd2ac28cb48f6042.zip | |
Initial commit
Diffstat (limited to 'day01b/Cargo.toml')
| -rw-r--r-- | day01b/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/day01b/Cargo.toml b/day01b/Cargo.toml new file mode 100644 index 0000000..4fcdb65 --- /dev/null +++ b/day01b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day01b" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "3.2.20", features = ["derive"] } |
