# Copy this file to .env and fill in your actual values
# Your Figma personal access token
# Get it from: https://www.figma.com/developers/api#access-tokens
FIGMA_TOKEN=your_figma_token_here
# Optional: Set log level for debugging
RUST_LOG=info
# Example usage:
# export FIGMA_TOKEN="figd_abcd1234..."
# cargo run