-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclippy.toml
More file actions
29 lines (29 loc) · 744 Bytes
/
Copy pathclippy.toml
File metadata and controls
29 lines (29 loc) · 744 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
# Allow multiple crate versions temporarily while dependencies get updated
# This is common in complex dependency trees and not harmful for compilation
allowed-duplicate-crates = [
"bitflags",
"syn",
"thiserror",
"thiserror-impl",
"hashbrown",
"core-foundation",
"core-graphics-types",
"foldhash",
"redox_syscall",
"windows",
"windows-core",
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
"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"
]