Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "anyhow" 7version = "1.0.98" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 10 11[[package]] 12name = "chroot-realpath" 13version = "0.1.0" 14dependencies = [ 15 "anyhow", 16]