Skip to content

Commit 082bea6

Browse files
authored
Exclude some unused docs to reduce the package size (#219)
1 parent 2a397fe commit 082bea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ exclude = [
2121
'openssl/tlsfuzzer/*',
2222
'openssl/python-ecdsa/*',
2323
'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}',
2427
]
2528

2629
[features]

0 commit comments

Comments
 (0)