Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 24.05-beta 24 lines 500 B view raw
1diff --git a/Cargo.lock b/Cargo.lock 2index f6d5b6c..a631bbf 100644 3--- a/Cargo.lock 4+++ b/Cargo.lock 5@@ -2544,6 +2544,7 @@ dependencies = [ 6 "typetag", 7 "winres", 8 "yaml-rust", 9+ "zstd", 10 ] 11 12 [[package]] 13diff --git a/Cargo.toml b/Cargo.toml 14index b77f70d..861f1ac 100644 15--- a/Cargo.toml 16+++ b/Cargo.toml 17@@ -65,6 +65,7 @@ tokei = "12.1.2" 18 typetag = "0.2" 19 yaml-rust = "0.4.5" 20 parking_lot = "0.12" 21+zstd = { version = "*", features = ["pkg-config"] } 22 23 [dev-dependencies] 24 criterion = "0.5.1"