add workspace in root folder
This commit is contained in:
parent
a89b15584e
commit
45a381165b
0
day1/.gitignore → .gitignore
vendored
0
day1/.gitignore → .gitignore
vendored
6
Cargo.lock
generated
Normal file
6
Cargo.lock
generated
Normal 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
4
Cargo.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"day1",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user