parallel-hashmap
parallel-hashmap copied to clipboard
added bazel deps
I want to include parallel-hashmap in a bazel built project, so add these files. @greg7mdp help to review it, thanks in advance.
Do we really need to add 3 separate files for bazel? And two at the toplevel? Honestly I don't like that very much.
Do we really need to add 3 separate files for bazel? And two at the toplevel? Honestly I don't like that very much.
Yes, for bazel, WORKSPACE file and BUILD file are necessary. And Module.bazel is needed when bzlmod is enabled.