##// END OF EJS Templates
hashutil: new package for hashing-related features...
hashutil: new package for hashing-related features Right now this just tries to use our sha1dc and if it's missing (eg a --pure build) we fall back to hashlib. I imagine in the future we'll want some other things in here for detecting what hasher is in use as we transition off sha1. Differential Revision: https://phab.mercurial-scm.org/D7848

File last commit:

r41001:5532823e default
r44516:7126d8b8 default
Show More
Cargo.toml
3 lines | 92 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
exclude = ["chg", "hgcli"]