log-watcher 0.1.2

Real-time log file monitoring with pattern highlighting and desktop notifications
Documentation
# SonarCloud configuration for LogWatcher
sonar.projectKey=matcharr_logwatcher
sonar.organization=mathis-charretier
sonar.projectName=LogWatcher
sonar.projectVersion=0.1.0

# Source code
sonar.sources=src
sonar.tests=tests
sonar.rust.coverage.reportPaths=cobertura.xml

# Exclusions
sonar.exclusions=target/**,benches/**,examples/**

# Rust specific
sonar.rust.file.suffixes=.rs
sonar.rust.coverage.reportPaths=cobertura.xml

# Quality gates
sonar.qualitygate.wait=true