mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
77637ff461
* test: add supabase auth tests * chore: format before test * chore: fix warnings * ci: rust test * chore: disable clicking get started button when logining through the google OAuth
9 lines
277 B
TOML
9 lines
277 B
TOML
[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"]
|