sermon-converter/Cargo.toml

12 lines
195 B
TOML

[package]
name = "sermon_converter"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
anyhow = "1.0"
notify = "6.1"
chrono = "0.4"
regex = "1.5"