summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/workspace_test/subcrate/Cargo.toml
blob: 45362c11b856e3615cfa77348c12b251d127526b (plain)
1
2
3
4
5
6
[package]
name = "subcrate"
version = "0.1.0"

[dependencies]
path_dep = { path = "../path_dep" }