···55use crate::hash::Hash;
66use crate::nix_store::StorePathHash;
7788+/// Header containing the upload info.
99+pub const ATTIC_NAR_INFO: &str = "X-Attic-Nar-Info";
1010+811/// NAR information associated with a upload.
912///
1013/// This is JSON-serialized as the value of the `X-Attic-Nar-Info` header.