diff --git a/.github/screenshots/buildtime.png b/.github/screenshots/buildtime.png new file mode 100644 index 0000000..1a6977f Binary files /dev/null and b/.github/screenshots/buildtime.png differ diff --git a/.github/screenshots/cargobuild.png b/.github/screenshots/cargobuild.png deleted file mode 100644 index c42b910..0000000 Binary files a/.github/screenshots/cargobuild.png and /dev/null differ diff --git a/README.md b/README.md index 296a7c6..2710f11 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The only dependency is something that every Linux installation should have alrea Why not just use serde and reqwest? Partly to prove the point that sometimes people are too quick to add dependencies that ultimately bloat the binary and slow compile times, when the functionality needed from the dependency is such a small piece of the dependency as a whole, and that the complexity of that piece is often overestimated; it's not hard to open a TCP socket, send an HTTP request, invoke GZip, sanitize some JSON and look for a substring. Is it really worth adding serde and reqwest just for one tiny operation? -![](.github/screenshots/cargobuild.png) +![](.github/screenshots/buildtime.png) Also because it's fun.