1
0

Reorganize & implement Authentication view api

This commit is contained in:
2025-02-02 22:41:32 +02:00
parent da50312a40
commit 88cd107e14
69 changed files with 1089 additions and 343 deletions

View File

@ -326,17 +326,6 @@ version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "authentication"
version = "0.1.0"
dependencies = [
"argon2",
"database",
"derive_more",
"garde",
"thiserror 2.0.11",
]
[[package]]
name = "autocfg"
version = "1.4.0"
@ -911,7 +900,7 @@ dependencies = [
]
[[package]]
name = "database"
name = "data"
version = "0.1.0"
dependencies = [
"chrono",
@ -1791,6 +1780,7 @@ dependencies = [
"iced_core",
"log",
"rustc-hash 2.1.0",
"tokio",
"wasm-bindgen-futures",
"wasm-timer",
]
@ -2260,18 +2250,12 @@ version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
[[package]]
name = "macros"
version = "0.1.0"
[[package]]
name = "main"
version = "0.1.0"
dependencies = [
"iced",
"macros",
"strum",
"widget",
]
[[package]]
@ -3464,6 +3448,17 @@ dependencies = [
"serde",
]
[[package]]
name = "service"
version = "0.1.0"
dependencies = [
"argon2",
"data",
"derive_more",
"garde",
"thiserror 2.0.11",
]
[[package]]
name = "sha1"
version = "0.10.6"
@ -4323,6 +4318,13 @@ version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "view"
version = "0.1.0"
dependencies = [
"iced",
]
[[package]]
name = "walkdir"
version = "2.5.0"
@ -4692,13 +4694,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
[[package]]
name = "widget"
version = "0.1.0"
dependencies = [
"iced",
]
[[package]]
name = "winapi"
version = "0.3.9"