brewlog/src
Jon Seager 5f8de35404
feat(brews): add infrastructure layer
- Add SqlBrewRepository with transactional insert that deducts from bag
- Return Conflict error when insufficient coffee in bag
- Add BrewsClient for CLI HTTP operations
2026-02-02 19:30:14 +00:00
..
application chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
domain feat(brews): add domain layer and database migration 2026-02-02 19:29:23 +00:00
infrastructure feat(brews): add infrastructure layer 2026-02-02 19:30:14 +00:00
presentation chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00
lib.rs chore: refactor client under infrastructure 2025-11-26 10:59:31 +00:00
main.rs chore(lint): enable clippy pedantic and restriction lints 2026-02-02 17:55:16 +00:00