Fri, 14 Feb 2025 23:16:14 -0500
Add .cargo/config.toml setting for finding GSL on macos.
--- /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"]