Skip to content

Dynamic assurance 1/3 - never cd to directory #60

@w3irdrobot

Description

@w3irdrobot

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 running touch
  • touch crypto_tool/Cargo.toml without changing directory.

I wasn't sure which is desired.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions