blob: 8b41196d91693a280e33e565d76a6e05242ddaf8 (
plain)
1
2
3
4
5
6
7
8
9
|
[source.crates-io]
replace-with = "vendored-sources"
[source."https://github.com/llogiq/mutagen"]
git = "https://github.com/llogiq/mutagen"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
|