We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e2235 commit 471c410Copy full SHA for 471c410
src/doc/src/reference/manifest.md
@@ -364,7 +364,8 @@ script guide.
364
```toml
365
[package]
366
# ...
367
-links = "foo"
+# this package links with a native library called "git2", e.g. "libgit2.a" on Linux
368
+links = "git2"
369
```
370
371
<a id="the-exclude-and-include-fields-optional"></a>
0 commit comments