[package] name = "livestream_archiver" version = "0.1.0" edition = "2021" [lib] name = "livestream_archiver" path = "src/lib.rs" [[bin]] name = "livestream_archiver" path = "src/main.rs" [dependencies] tokio = { version = "1.36", features = ["full", "signal"] } anyhow = "1.0" chrono = "0.4" 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" # We don't need regex or other conversion-related deps # since we're just copying and renaming files