ticktickrs 0.1.4

A CLI Tool for TickTick tasks
Documentation
# tickrs Environment Variables
# Copy this file to .env and fill in your TickTick OAuth credentials.
#
# To obtain OAuth credentials:
# 1. Go to https://developer.ticktick.com/manage
# 2. Sign in with your TickTick account
# 3. Click "Create App" to register a new application
# 4. Set the redirect URI to: http://localhost:8080
# 5. Copy the Client ID and Client Secret below
#
# For more information, see: https://developer.ticktick.com/docs

# Required: TickTick OAuth Client ID
TICKTICK_CLIENT_ID=your_client_id_here

# Required: TickTick OAuth Client Secret
TICKTICK_CLIENT_SECRET=your_client_secret_here

# Optional: Logging level (trace, debug, info, warn, error)
# Default: info
RUST_LOG=info