- Add route configuration and handlers to calendar module - Add route configuration and handlers to task module - Update main.rs to build router from module configurations - Fix various compiler warnings (dead code, unused variables) This improves code organization by keeping routes co-located with their implementation logic.
14 lines
102 B
Text
14 lines
102 B
Text
.tmp*
|
|
.tmp/*
|
|
*.log
|
|
target*
|
|
.env
|
|
*.env
|
|
work
|
|
*.out
|
|
bin
|
|
botserver-stack
|
|
*logfile*
|
|
*-log*
|
|
docs/book
|
|
*.rdb
|