wavekat-cli 0.0.25

Command-line client for the WaveKat platform (wk)
# Local dev env vars for `wavekat-cli`. Copy to `.env` and fill in.
#
# These are consumed at COMPILE TIME by `option_env!` / `env!` in
# build.rs and src/telemetry.rs, so they must be exported into the
# environment when you run `cargo build`. Source this file before
# building, e.g.:
#
#     set -a; source .env; set +a
#     cargo build --features telemetry
#
# If you change a value here after a previous build, force a rebuild
# of the telemetry module so `option_env!` is re-evaluated:
#
#     touch src/telemetry.rs

# Sentry DSN for crash/error reporting. Get one from the Sentry
# project settings. Leave blank to keep telemetry inert even with
# `--features telemetry` enabled.
WK_SENTRY_DSN=