Skip to content

Commit

Permalink
fix: correct dependency name from foo to utils in setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katopz committed Feb 13, 2025
1 parent 750e3c6 commit 34cd230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/r5/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ pub fn hello() { // 👈 make it pub so other can use.

```yaml
[dependencies]
foo = { path="../utils" } # 👈 2️⃣ foo's cargo. refer to utils via path
utils = { path="../utils" } # 👈 2️⃣ foo's cargo. refer to utils via path
```

└─ 📦 Cargo.toml
Expand Down

0 comments on commit 34cd230

Please sign in to comment.