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 b99d149 commit 352f93eCopy full SHA for 352f93e
Cargo.toml
@@ -11,6 +11,16 @@ description = """
11
Compiler intrinsics used by the Rust compiler. Also available for other targets
12
if necessary!
13
"""
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
+]
24
links = 'compiler-rt'
25
26
[lib]
0 commit comments