[package] name = "sermon_converter" version = "0.1.0" edition = "2021" [lib] name = "sermon_converter" path = "src/lib.rs" [[bin]] name = "sermon_converter" path = "src/main.rs" [dependencies] tokio = { version = "1.0", features = ["full", "signal"] } anyhow = "1.0" chrono = "0.4" regex = "1.5" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } async-trait = "0.1" video_processing = { git = "https://git.rockvilletollandsda.church/RTSDA/video-processing-support.git", branch = "main" } [dev-dependencies] tempfile = "3.0"