1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-03-09 18:30:02 +01:00

feat: finish YouTube downloading; primitive "raw" archiving

This commit is contained in:
TheGeneralist 2025-10-15 00:29:08 +02:00
commit 01cc7826bf
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
9 changed files with 1059 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "archivr"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
chrono = "0.4.42"
clap = { version = "4.5.48", features = ["derive"] }
hex = "0.4.3"
sha3 = "0.10.8"
uuid = { version = "1.18.1", features = ["v4"] }