Skip to content

Instantly share code, notes, and snippets.

@sunshowers
Created July 28, 2023 18:11
Show Gist options
  • Save sunshowers/0ed4ab2143ea1efa8afb10f1a500e61e to your computer and use it in GitHub Desktop.
Save sunshowers/0ed4ab2143ea1efa8afb10f1a500e61e to your computer and use it in GitHub Desktop.
# This file is @generated. To regenerate, run:
# cargo run -p fixture-manager -- generate-hakari --fixture metadata_weak_namespaced_features
### BEGIN HAKARI SECTION
# resolver = "2"
# unify-target-host = "replicate-target-on-host"
# output-single-feature = true
# dep-format-version = "3"
# platforms = [
# "sparc-unknown-linux-gnu",
# "riscv32imac-unknown-none-elf",
# "powerpc64-wrs-vxworks",
# ]
#
# [[traversal-excludes.ids]]
# name = "arrayvec"
# version = "0.7.2"
# crates-io = true
#
# [[traversal-excludes.ids]]
# name = "smallvec"
# version = "1.8.0"
# crates-io = true
#
# [[final-excludes.ids]]
# name = "smallvec"
# version = "1.8.0"
# crates-io = true
[dependencies]
pathdiff = { version = "0.2", default-features = false }
[build-dependencies]
pathdiff = { version = "0.2", default-features = false }
### END HAKARI SECTION
# This part of the file should be preserved at the end.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment