Rejig to an actual workspace

This commit is contained in:
Smaug123
2021-05-08 11:37:17 +01:00
parent c1527220e5
commit f9b7262cbc
4 changed files with 11 additions and 13 deletions

View File

@@ -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",
]