feat(core): add backup deps + error variants

Adds zstd, tar, base64 to relicario-core; introduces
BackupBadMagic / BackupUnsupportedVersion / BackupSchemaMismatch.
Foundation for the backup module landing in Task 2.
This commit is contained in:
adlee-was-taken
2026-04-27 22:22:04 -04:00
parent c66fd520f8
commit 57dd186bab
3 changed files with 137 additions and 2 deletions

View File

@@ -26,5 +26,8 @@ chrono = { version = "0.4", default-features = false, features = ["serde", "cloc
hex = "0.4"
url = { version = "2", features = ["serde"] }
getrandom = "0.2"
zstd = { version = "0.13", default-features = false }
tar = { version = "0.4", default-features = false }
base64 = "0.22"
[dev-dependencies]