Skip to content

Commit 11130c2

Browse files
authored
templates/about: mention that "dependencies" isn't implemented yet
Adding a comment that the `dependencies` key in the `package.metadata.docs.rs` key isn't yet used for builds should clear up some confusion.
1 parent 32b0d13 commit 11130c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/about.hbs

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ no-default-features = true
117117
default-target = "x86_64-unknown-linux-gnu"
118118
rustc-args = [ "--example-rustc-arg" ]
119119
rustdoc-args = [ "--example-rustdoc-arg" ]
120+
# the dependencies key is not being used for builds yet
120121
dependencies = [ "example-system-dependency" ]</pre></code>
121122

122123
<h4>Version</h4>

0 commit comments

Comments
 (0)