Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/my_first_app/chapter_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Rust process directories, like the ones here, contain:
Another standard Rust `Cargo.toml` file, a [virtual manifest](https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-workspace) is also included in `my-chat-app/` root.

Also within the package directory is a `pkg/` directory.
The `pkg/` dirctory contains two files:
The `pkg/` directory contains two files:
- `manifest.json` — required: specifes information Hyperware needs to run the package, and
- `scripts.json` — optional: specifies details needed to run [scripts](../cookbook/writing_scripts.html).

Expand Down