WIP: network: implement basic ratelimiting #1

Draft
NotAShelf wants to merge 16 commits from multi-site-proxy into main
Showing only changes of commit f40c4a6ea0 - Show all commits

nix: include resources in sourcee

raf 2025-05-02 09:24:10 +03:00
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -19,6 +19,7 @@ in
fileset = fs.unions [
(fs.fileFilter (file: builtins.any file.hasExt ["rs"]) (s + /src))
(s + /contrib)
(s + /resources)
lockfile
cargoToml
];