feat(core): add csv dep + import error variants

Adds csv = "1" to relicario-core; introduces
ImportCsvHeader and ImportCsvFormat. Foundation for the
import_lastpass module landing in Task 2.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-29 22:47:06 -04:00
parent b7180e70f9
commit 768f0d39a5
3 changed files with 51 additions and 0 deletions

View File

@@ -29,5 +29,6 @@ getrandom = "0.2"
zstd = { version = "0.13", default-features = false }
tar = { version = "0.4", default-features = false }
base64 = "0.22"
csv = "1"
[dev-dependencies]