webauthn/src/dune

7 lines
174 B
Text
Raw Normal View History

2021-09-28 11:30:14 +00:00
(library
(name webauthn)
(public_name webauthn)
(preprocess
(pps ppx_deriving_yojson))
2021-09-29 14:34:09 +00:00
(libraries mirage-crypto-rng yojson mirage-crypto-ec x509 base64 webauthn.cbor))