feat: Inital setup of regex chat detection

This commit is contained in:
aria 2025-07-06 07:44:27 +10:00
commit a40586d51e
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
4 changed files with 792 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "mc-chat-export"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.40", features = ["derive"] }
console = "0.16.0"
dialoguer = "0.11.0"
indicatif = "0.18.0"
once_cell = "1.21.3"
rayon = "1.10.0"
regex = "1.11.1"