livestream-archiver/package/Cargo.toml
RTSDA 2c3c86e07d Add LICENSE, improve README, and update project documentation
- Add MIT LICENSE file
- Make README more generic and comprehensive
- Add installation and troubleshooting sections
- Include systemd service integration docs
- Update with build and deployment instructions
2025-08-16 18:57:27 -04:00

15 lines
288 B
TOML

[package]
name = "livestream_archiver"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.36", features = ["full"] }
anyhow = "1.0"
notify = "6.1"
chrono = "0.4"
# We don't need regex or other conversion-related deps
# since we're just copying and renaming files