File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[build ]
22target-dir = " Target"
3+ rustdocflags = [
4+ " -Zunstable-options" ,
5+ " --enable-index-page" ,
6+ ]
7+
8+ [net ]
9+ git-fetch-with-cli = true
310
411[cargo-new ]
512vcs = " git"
613
14+ [unstable ]
15+ rustdoc-scrape-examples = true
16+
17+ [profile .dev ]
18+ incremental = true
19+ split-debuginfo = " unpacked"
20+ debug = 0
21+ strip = " debuginfo"
22+ panic = " abort"
23+
24+ [profile .dev .package ."*" ]
25+ opt-level = 3
26+
727[profile .release ]
828opt-level = 3
929codegen-units = 1
1030debug = false
1131lto = true
1232panic = " abort"
1333strip = true
34+
35+ [target .aarch64-apple-darwin ]
36+ rustflags = [" -Zshare-generics=y" ]
37+
38+ [target .x86_64-apple-darwin ]
39+ rustflags = [" -Zshare-generics=y" ]
Original file line number Diff line number Diff line change 4040! /Target /x86_64-pc-windows-msvc /bundle /appimage /* .AppImage
4141
4242! /Target /x86_64-pc-windows-msvc /* .exe
43+
44+ Documentation /Rust /debug
45+ Documentation /Rust /release
46+ Documentation /Rust /.rustc_info.json
47+ Documentation /Rust /.rustdoc_fingerprint.json
48+ Documentation /Rust /CACHEDIR.TAG
Original file line number Diff line number Diff line change @@ -32,3 +32,13 @@ name = "Document"
3232publish = false
3333repository = " https://github.com/CodeEditorLand/Document"
3434version = " 0.0.1"
35+
36+ [package .metadata .docs .rs ]
37+ cargo-args = [" -Zunstable-options" , " -Zrustdoc-scrape-examples" ]
38+ all-features = true
39+ default-target = " x86_64-unknown-linux-gnu"
40+ targets = [
41+ " x86_64-unknown-linux-gnu" ,
42+ " x86_64-apple-darwin" ,
43+ " aarch64-apple-darwin" ,
44+ ]
You can’t perform that action at this time.
0 commit comments