Group all days under one common workspace
Should make it easier to share code across days in the future.
This commit is contained in:
parent
54b6ccfc26
commit
200daf7336
0
day01/Cargo.lock → Cargo.lock
generated
0
day01/Cargo.lock → Cargo.lock
generated
3
Cargo.toml
Normal file
3
Cargo.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[workspace]
|
||||
members = ["crates/*"]
|
||||
default-members = ["crates/day*"]
|
16
crates/day01/Cargo.lock
generated
Normal file
16
crates/day01/Cargo.lock
generated
Normal file
@ -0,0 +1,16 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.51"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
|
||||
|
||||
[[package]]
|
||||
name = "day01"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
]
|
Loading…
Reference in New Issue
Block a user