Update manifest.md

clearer example
This commit is contained in:
Jason Orendorff 2022-06-03 10:32:03 -05:00 committed by GitHub
parent 03e22354d0
commit 471c410c3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,7 +364,8 @@ script guide.
```toml
[package]
# ...
links = "foo"
# this package links with a native library called "git2", e.g. "libgit2.a" on Linux
links = "git2"
```
<a id="the-exclude-and-include-fields-optional"></a>