Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/Cargo.lock b/Cargo.lock 2index 839cdbc..9622d04 100644 3--- a/Cargo.lock 4+++ b/Cargo.lock 5@@ -2819,6 +2819,7 @@ dependencies = [ 6 "tokei", 7 "typetag", 8 "winres", 9+ "zstd", 10 ] 11 12 [[package]] 13diff --git a/Cargo.toml b/Cargo.toml 14index 79cbb8c..410a969 100644 15--- a/Cargo.toml 16+++ b/Cargo.toml 17@@ -68,6 +68,7 @@ time = { version = "0.3.37", features = ["formatting"] } 18 time-humanize = { version = "0.1.3", features = ["time"] } 19 tokei = "13.0.0-alpha.7" 20 typetag = "0.2" 21+zstd = { version = "*", features = ["pkg-config"] } 22 23 [dev-dependencies] 24 criterion = "0.5.1"