Added avatar display

This commit is contained in:
2025-05-16 06:25:18 -05:00
parent 792d9615d6
commit f66f89dc04
6 changed files with 785 additions and 27 deletions

View File

@ -21,3 +21,6 @@ features = ["macros", "rt-multi-thread"]
[dependencies.sqlx]
version = "0.8.5"
features = ["sqlite", "runtime-tokio"]
[dependencies.imagetext]
git = "https://github.com/nathanielfernandes/imagetext"