Add a whitelist of included files in packaging
This commit is contained in:
parent
08db8f31d3
commit
018fa133fd
1 changed files with 10 additions and 0 deletions
|
|
@ -11,6 +11,16 @@ description = """
|
|||
Compiler intrinsics used by the Rust compiler. Also available for other targets
|
||||
if necessary!
|
||||
"""
|
||||
include = [
|
||||
'/Cargo.toml',
|
||||
'/build.rs',
|
||||
'/src/*',
|
||||
'/examples/*',
|
||||
'/LICENSE.txt',
|
||||
'/README.md',
|
||||
'/compiler-rt/*',
|
||||
'/libm/src/math/*',
|
||||
]
|
||||
links = 'compiler-rt'
|
||||
|
||||
[lib]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue