AppFlowy/frontend/rust-lib/dart-ffi/.cargo/config.toml

9 lines
277 B
TOML
Raw Normal View History

2023-03-03 12:38:31 +00:00
[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"]