blob: b298b0b1dec5f93025c2a5ab75cd46689a947112 [file] [log] [blame]
# these two `source` sections are needed to pick up the vendor directory
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "./vendor"
# used to ensure consistency with other cargo workflows in-tree
[build]
target-dir = "../../out/cargo_target"