index
:
schist.git
main
My home-made budgeting app (WIP)
git+schist@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
app
/
src
/
routes
/
mod.rs
blob: bf0ab4a2d17d771cd42505fff3cd2ddc491a0f3d (
plain
)
1
2
3
4
5
pub mod account; pub mod balance; pub mod budget; pub mod budget_update; pub mod category;