summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/src/lib2/Cargo.toml
blob: 2e37f3f667a02f9ae583ede9650964a0e720d1fd (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "lib2"
version = "0.1.0"
edition = "2018"

[lib]
path = "lib.rs"

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