0d12f7dfeat: config from env and SQLite pool in app context1mo | 1 | pub mod database; |
26d9828feat: password hashing behind a port1mo | 2 | pub mod password; |
fc5b566feat: repository ports and in-memory implementations1mo | 3 | pub mod repository; |
0d12f7dfeat: config from env and SQLite pool in app context1mo | 4 | pub mod web; |