Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package name to example Cargo.toml (#290)
This commit adds a `[package] name = "..."` entry to the example `Cargo.toml` file in the `Swift Packages` chapter of the book. This prevents the example crate from being interpreted as a virtual manifest. This is important because a Cargo virtual manifest cannot have a `[lib]` section.
- Loading branch information