blob: e449b48bc460699ee2f1b0a2ddc87d09df5cb02c [file] [log] [blame]
[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]