workers 0.1.0

A robust async PostgreSQL-backed background job processing system
Documentation
# Rust build artifacts
target/

# Cargo lock file (uncomment if you want to commit it)
# Cargo.lock

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment variables
.env
.env.local

# Test databases
*.db
*.sqlite