2022-06-08 11:32:16 +00:00
|
|
|
[source.crates-io]
|
|
|
|
replace-with = "vendored-sources"
|
|
|
|
|
|
|
|
[source.vendored-sources]
|
|
|
|
directory = "vendor"
|
|
|
|
|
2021-11-04 22:40:08 +00:00
|
|
|
[target.x86_64-apple-darwin]
|
|
|
|
rustflags=["-C", "link-arg=-mmacosx-version-min=10.13"]
|
|
|
|
|
|
|
|
[target.aarch64-apple-darwin]
|
|
|
|
rustflags=["-C", "link-arg=-mmacosx-version-min=10.13"]
|
2022-03-22 21:43:43 +00:00
|
|
|
|
2022-06-06 23:33:35 +00:00
|
|
|
#[target.x86_64-pc-windows-msvc]
|
|
|
|
#rustflags = ["-C", "target-feature=+crt-static"]
|
2022-03-22 21:43:43 +00:00
|
|
|
|
2022-06-06 23:33:35 +00:00
|
|
|
#[target.i686-pc-windows-msvc]
|
|
|
|
#rustflags = ["-C", "target-feature=+crt-static"]
|