biscuit-rust
biscuit-rust copied to clipboard
Add pem/der loaders to PublicKey
Similar to #204
It seems like the previous feature gate does not work correctly - cargo does not detect the pem
feature unless it is also available in the biscuit-parser crate.
I assume something similar happened with the datalog-macro
, so I've added an empty pem
feature to biscuit-parser.