1 2 3 4 5 6 7 8 9 10
[package] name = "implementors" version = "0.1.0" edition = "2018" [lib] path = "lib.rs" [dependencies] http = { path = "../http/" }