-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclippy.toml
More file actions
45 lines (44 loc) · 944 Bytes
/
Copy pathclippy.toml
File metadata and controls
45 lines (44 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# SPDX-License-Identifier: AGPL-3.0-only
# SPDX-FileCopyrightText: Contributors to the dioxus-apps project
# Keep `clippy::multiple_crate_versions` enabled while acknowledging known
# transitive duplicates from upstream dependency trees.
allowed-duplicate-crates = [
"bitflags",
"block-buffer",
"const-serialize",
"const-serialize-macro",
"convert_case",
"core-foundation",
"cpufeatures",
"crypto-common",
"digest",
"geometric-traits",
"getrandom",
"gloo-timers",
"hashbrown",
"jni",
"jni-sys",
"r-efi",
"rand",
"rand_core",
"reqwest",
"rustc-hash",
"sha2",
"sha1",
"syn",
"thiserror",
"thiserror-impl",
"tungstenite",
"windows-sys",
"windows-targets",
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
"winnow",
"wit-bindgen",
]