added database

This commit is contained in:
Ide
2025-12-28 19:54:32 +01:00
parent 62996052f2
commit 5c88c876b3
6 changed files with 91 additions and 37 deletions
+1
View File
@@ -10,5 +10,6 @@ pub struct Item {
pub struct ItemData {
pub checked: bool,
pub amount: i64,
// TODO: add number
}