sequoia-git 0.6.0

A tool for managing and enforcing a commit signing policy.
Documentation
1
2
3
4
5
6
7
# these types are used as HashMap / HashSet keys
# but interior mutability does not affect their Hash implementations
ignore-interior-mutability = [
    "sequoia_openpgp::packet::Packet",
    "sequoia_openpgp::packet::Signature",
    "sequoia_openpgp::packet::UserID",
]