commit 40bece716b509e82e84a0dbca173c4fb4d55d992 parent 72b846c4e366f2279682657654a03228811d3df9 Author: Andy Khramtsov <> Date: Sat, 30 May 2026 13:59:59 +0300 feat: add screenshots Diffstat:
| M | README.md | | | 19 | +++++++++++++++++++ |
| A | images/rsdeps-1.png | | | 0 | |
| A | images/rsdeps-2.png | | | 0 |
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,19 @@ +# Cargo dependency visualizer + +This web app represents `Cargo.lock` (from the Rust programming language) as a graph (or network). + +All the relevant documentation for users is present in the UI itself. + +## Technologies Used + +- Python +- Dash +- Plotly +- Polars +- pydot + +## Screenshots + + + + diff --git a/images/rsdeps-1.png b/images/rsdeps-1.png Binary files differ. diff --git a/images/rsdeps-2.png b/images/rsdeps-2.png Binary files differ.