# HG changeset patch
# User Tuomo Valkonen <tuomov@iki.fi>
# Date 1739592974 18000
# Node ID 53136eba9abf1a55c7470a91d50731ead33ae169
# Parent  4a6b803d8aca74032e7e70a2567b640fc6d10425
Add .cargo/config.toml setting for finding GSL on macos.

diff -r 4a6b803d8aca -r 53136eba9abf .cargo/config.toml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.cargo/config.toml	Fri Feb 14 23:16:14 2025 -0500
@@ -0,0 +1,2 @@
+[target.'cfg(all(target_os = "macos"))']
+rustflags = ["-L", "/opt/homebrew/include"]