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 d8b2031 commit 3fb15acCopy full SHA for 3fb15ac
src/doc/src/reference/manifest.md
@@ -45,6 +45,21 @@ building native code. More information can be found in the build script
45
build = "build.rs"
46
```
47
48
+#### The `links` field (optional)
49
+
50
+This fields specifies the name of a native library that is being linked to.
51
+More information can be found in the [`links`][links] section of the build
52
+script guide.
53
54
+[links]: reference/build-scripts.html#the-links-manifest-key
55
56
+```toml
57
+[package]
58
+# ...
59
+links = "foo"
60
+build = "build.rs"
61
+```
62
63
#### The `documentation` field (optional)
64
65
This field specifies a URL to a website hosting the crate's documentation.
0 commit comments