summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/module_style/fail_mod/Cargo.toml
blob: b3d36a9fb64574fe8b8e59d5ed42870c9a91dc19 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "fail-mod"
version = "0.1.0"
edition = "2018"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]