Skip to content

Commit 828d629

Browse files
committed
refactor: cargo manifests
1 parent dcf279d commit 828d629

File tree

7 files changed

+273
-300
lines changed

7 files changed

+273
-300
lines changed

.clippy.toml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
11
allow-print-in-tests = true
2+
allowed-duplicate-crates = [
3+
"bitflags",
4+
"dashmap", # upgraded to 6.* by dependabot, not sure if it should be downgraded back
5+
6+
"getrandom",
7+
"wasi", # 0.14 needed by [email protected], 0.11 by [email protected] and [email protected]
8+
9+
"hashbrown", # TODO: can be resolved by updating dashmap to 7.0.0-rc0
10+
"objc2",
11+
"objc2-foundation",
12+
13+
"proc-macro-utils", # TODO: can be resolved by updating leptos crates to 0.7.0
14+
"serde_qs", # TODO: can be resolved by updating leptos crates to 0.7.0
15+
16+
"rustix",
17+
"linux-raw-sys", # needed by [email protected]
18+
19+
"thiserror",
20+
"thiserror-impl",
21+
"ttf-parser", # both versions are brought by [email protected]
22+
"windows-core",
23+
"windows-implement",
24+
"windows-interface",
25+
"windows-result",
26+
"windows-sys",
27+
"windows-targets",
28+
"windows_aarch64_gnullvm",
29+
"windows_aarch64_msvc",
30+
"windows_i686_gnu",
31+
"windows_i686_msvc",
32+
"windows_x86_64_gnu",
33+
"windows_x86_64_gnullvm",
34+
"windows_x86_64_msvc",
35+
"zip", # 0.5.13 needed by simple_excel_writer, 4.2.0 by calamine
36+
]

0 commit comments

Comments
 (0)