Skip to content

Commit 352f93e

Browse files
committed
Add a whitelist of included files in packaging
1 parent b99d149 commit 352f93e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ description = """
1111
Compiler intrinsics used by the Rust compiler. Also available for other targets
1212
if necessary!
1313
"""
14+
include = [
15+
'/Cargo.toml',
16+
'/build.rs',
17+
'/src/*',
18+
'/examples/*',
19+
'/LICENSE.txt',
20+
'/README.md',
21+
'/compiler-rt/*',
22+
'/libm/src/math/*',
23+
]
1424
links = 'compiler-rt'
1525

1626
[lib]

0 commit comments

Comments
 (0)