brewlog/src
Jon Seager a4da0598f6
feat: load environment variables from .env file via dotenvy
Add dotenvy::dotenv() call before CLI argument parsing so that
environment variables (e.g. API keys) can be set in a .env file
instead of the shell environment. Add .env to .gitignore.
2026-02-03 18:00:09 +00:00
..
application refactor(routes): extract form option helpers and fragment renderer macro 2026-02-03 16:49:36 +00:00
domain feat(cups): add migration and domain layer for cup entity 2026-02-03 16:35:56 +00:00
infrastructure feat(cups): add HTTP client for cups API 2026-02-03 16:36:14 +00:00
presentation refactor(web): split views.rs into entity-specific submodules 2026-02-03 16:58:44 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs feat: load environment variables from .env file via dotenvy 2026-02-03 18:00:09 +00:00