mirror of
https://github.com/Smaug123/advent-of-code-2017
synced 2025-10-12 06:48:40 +00:00
Rejig to an actual workspace
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -1,9 +1,4 @@
|
||||
[package]
|
||||
name = "advent-of-code-2017"
|
||||
version = "0.1.0"
|
||||
authors = ["Smaug123 <patrick+github@patrickstevens.co.uk>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
[workspace]
|
||||
members = [
|
||||
"day_1",
|
||||
]
|
||||
|
Reference in New Issue
Block a user