kanidm/cargo_config
2020-10-07 12:16:33 +00:00

10 lines
287 B
Plaintext

[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/csnewman/libnss-rs.git"]
git = "https://github.com/csnewman/libnss-rs.git"
rev = "eab2d93d2438652773699b0807d558ce75b1e748"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"