add workspace in root folder

This commit is contained in:
Stefan Bühler 2019-12-01 14:30:30 +01:00
parent a89b15584e
commit 45a381165b
3 changed files with 10 additions and 0 deletions

View File

6
Cargo.lock generated Normal file
View File

@ -0,0 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "day1"
version = "0.1.0"

4
Cargo.toml Normal file
View File

@ -0,0 +1,4 @@
[workspace]
members = [
"day1",
]