diff --git a/README.md b/README.md index 48fcdd5..6f53ba8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +
## Rust-powered image downloader for 4chan @@ -30,3 +30,7 @@ OPTIONS: -t, --thread Set a thread URL -V, --version Print version information ``` + +### Dependencies + +![DependenciesGraph](https://github.com/einisto/rusty-downloader/blob/main/doc/structure.svg) diff --git a/ferris.png b/doc/ferris.png similarity index 100% rename from ferris.png rename to doc/ferris.png diff --git a/doc/structure.svg b/doc/structure.svg new file mode 100644 index 0000000..1f08996 --- /dev/null +++ b/doc/structure.svg @@ -0,0 +1,102 @@ + + + + + + + + + +rusty-downloader + +rusty-downloader + + + +clap + +clap + + + +rusty-downloader->clap + + + + + +colored + +colored + + + +rusty-downloader->colored + + + + + +futures + +futures + + + +rusty-downloader->futures + + + + + +regex + +regex + + + +rusty-downloader->regex + + + + + +reqwest + +reqwest + + + +rusty-downloader->reqwest + + + + + +serde_json + +serde_json + + + +rusty-downloader->serde_json + + + + + +tokio + +tokio + + + +rusty-downloader->tokio + + + + +