config.toml 277 B

12345678
  1. [build]
  2. rustflags = ["--cfg", "tokio_unstable"]
  3. [target.x86_64-apple-darwin]
  4. rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-mmacosx-version-min=11.0"]
  5. [target.aarch64-apple-darwin]
  6. rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-mmacosx-version-min=11.0"]