-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
In Dynamic Assurance 1/3, when setting up the project, we create a directory named crypto_tool
, add a few crates to it, touch
the workspace file, and then use tree
. The output in the book shows us that the workspace Cargo.toml
is in crypto_tool
.
However, we never moved into the directory. So when running the commands as is, the Cargo.toml
is up a directory. I wasn't sure exactly what the intention was. We could either:
cd crypto_tool
before runningtouch
touch crypto_tool/Cargo.toml
without changing directory.
I wasn't sure which is desired.
Metadata
Metadata
Assignees
Labels
No labels