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 2a397fe commit 082bea6Copy full SHA for 082bea6
Cargo.toml
@@ -21,6 +21,9 @@ exclude = [
21
'openssl/tlsfuzzer/*',
22
'openssl/python-ecdsa/*',
23
'openssl/oqs-provider/*',
24
+# The current upload size limit for *.crate files is 10MB. Therefore, exclude
25
+# some unused documentation to meet this constraint.
26
+ 'openssl/doc/man{3,5,7}',
27
]
28
29
[features]
0 commit comments