# .envrc
# Set SOURCE_DATE_EPOCH for reproducible builds.
# This exports the current Unix timestamp (in seconds) each time direnv loads.
export SOURCE_DATE_EPOCH=$(date +%s)
export MACOSX_DEPLOYMENT_TARGET=14.0
export RUST_BACKTRACE=1