about summary refs log tree commit diff
path: root/src/tools/clippy/clippy_test_deps/Cargo.toml
blob: e449b48bc460699ee2f1b0a2ddc87d09df5cb02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "clippy_test_deps"
version = "0.1.0"
edition = "2021"

# Add dependencies here to make them available in ui tests.

[dependencies]
libc = "0.2"
regex = "1.5.5"
serde = { version = "1.0.145", features = ["derive"] }
quote = "1.0.25"
syn = { version = "2.0", features = ["full"] }
futures = "0.3"
parking_lot = "0.12"
tokio = { version = "1", features = ["io-util"] }
itertools = "0.12"

# Make sure we are not part of the rustc workspace.
[workspace]