Files
tubestation/build/rust/hashbrown/Cargo.toml
Mike Hommey 05055e2777 Bug 1940864 - Refresh rust workspace hack. r=firefox-build-system-reviewers,sergesanspaille
Notes:
- because minidump-analyzer is not a root crate, it doesn't need the
workspace hack.
- allocator-api2 was added in bug 1912019, we don't need to work around
its use in hashbrown anymore.

Differential Revision: https://phabricator.services.mozilla.com/D233788
2025-01-14 01:00:49 +00:00

18 lines
296 B
TOML

[package]
name = "hashbrown"
version = "0.13.999"
edition = "2021"
[lib]
path = "lib.rs"
[features]
default = ["hashbrown/default"]
ahash = ["hashbrown/ahash"]
inline-more = ["hashbrown/inline-more"]
raw = ["hashbrown/raw"]
[dependencies.hashbrown]
version = "0.14.3"
default-features = false