tracks lexicons and how many times they appeared on the jetstream
1{ 2rustPlatform, 3... 4}: 5rustPlatform.buildRustPackage { 6 pname = "nsid-tracker-server"; 7 version = "main"; 8 9 src = ../server; 10 11 cargoLock = { 12 lockFile = ../server/Cargo.lock; 13 outputHashes = { 14 "axum-tws-0.5.0" = "sha256-29LqmGmXRw4wcia4S9ht+WABi/TN3Ws68kMEm97NyjQ="; 15 }; 16 }; 17}