chore: refresh module graph

This commit is contained in:
Harsh Shandilya 2023-10-25 02:44:46 +05:30
parent f560bb6fbf
commit b3277e2367

View file

@ -29,19 +29,24 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
graph TB
model --> database
subgraph database
core
impl
end
model --> core
benchmark --> android
impl --> core
android --> api
android --> common
android --> core
android --> database
android --> impl
android --> model
android --> benchmark
api --> model
common --> core
common --> database
common --> model
```
## License
See [LICENSE](LICENSE)