feat: profiles and /set profile, and id cards

* New functionality to set meta data on businesscards.
* Can develop a user profile.
* Business cards link to user profile.
This commit is contained in:
Evan Carroll 2026-01-25 10:50:10 -06:00
parent cd8dfb94a3
commit 710985638f
35 changed files with 4932 additions and 435 deletions

View file

@ -58,6 +58,9 @@ serde_json = "1"
# Error handling
thiserror = "2"
# Enum utilities
strum = { version = "0.26", features = ["derive"] }
# CLI
clap = { version = "4", features = ["derive", "env"] }