12345678 |
- [build]
- rustflags = ["--cfg", "tokio_unstable"]
- [target.x86_64-apple-darwin]
- rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-mmacosx-version-min=11.0"]
- [target.aarch64-apple-darwin]
- rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-mmacosx-version-min=11.0"]
|