mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 21:53:23 +00:00
6 lines
98 B
TOML
6 lines
98 B
TOML
[package]
|
|
name = "subcrate"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
path_dep = { path = "../path_dep" }
|