15 lines
286 B
TOML
15 lines
286 B
TOML
[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"
|
|
csv = "1.3.1"
|
|
dialoguer = "0.11.0"
|
|
indicatif = "0.18.0"
|
|
once_cell = "1.21.3"
|
|
rayon = "1.10.0"
|
|
regex = "1.11.1"
|