19 lines
390 B
TOML
19 lines
390 B
TOML
[package]
|
|
name = "msgexport"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
dialoguer = "0.11.0"
|
|
tabled = "0.15.0"
|
|
async-trait = "0.1.48"
|
|
encoding = "0.2"
|
|
zip = "0.6"
|
|
tokio-util = "0.7"
|
|
regex = "1.10"
|
|
chrono = "0.4.38"
|