Add a whitelist of included files in packaging
This commit is contained in:
parent
b99d149051
commit
352f93e2a9
10
Cargo.toml
10
Cargo.toml
|
@ -11,6 +11,16 @@ description = """
|
||||||
Compiler intrinsics used by the Rust compiler. Also available for other targets
|
Compiler intrinsics used by the Rust compiler. Also available for other targets
|
||||||
if necessary!
|
if necessary!
|
||||||
"""
|
"""
|
||||||
|
include = [
|
||||||
|
'/Cargo.toml',
|
||||||
|
'/build.rs',
|
||||||
|
'/src/*',
|
||||||
|
'/examples/*',
|
||||||
|
'/LICENSE.txt',
|
||||||
|
'/README.md',
|
||||||
|
'/compiler-rt/*',
|
||||||
|
'/libm/src/math/*',
|
||||||
|
]
|
||||||
links = 'compiler-rt'
|
links = 'compiler-rt'
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in New Issue