cargo upgrade

This commit is contained in:
Elnu 2023-08-24 15:44:00 -07:00
parent e1a8fe5bd7
commit e275521e3d
5 changed files with 120 additions and 108 deletions

View file

@ -41,7 +41,7 @@
pname = "tatoeba";
version = "0.1.0";
buildAndTestSubdir = "tatoeba";
cargoHash = "sha256-/mtl2kes7KmT3Vq+M/kpezhRTKLju3ZRXHFf2Zblczo=";
cargoHash = "sha256-NpXTntuubCSaAPATjJ9g6067qz0vrX9XT3lE3un79Qc=";
meta = meta // {
description = "A proxy of the Tatoeba API with no CORS restrictions.";
};
@ -50,7 +50,7 @@
pname = "images";
version = "0.1.0";
buildAndTestSubdir = "images";
cargoHash = "sha256-sxge+4WuT8iEVihiqvUAdS+n6U+NzEhfJ0p7lc+uLHE=";
cargoHash = "sha256-fqtozAkmFUiJSj1qfRlPhmyD12wD57p0IPDMUyvIdO0=";
meta = meta // {
description = "An API for fetching images of a query, sourced from Microsoft Bing.";
};