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

[lib]
path = "lib.rs"

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