webauthn/src/dune
Reynir Björnsson 5920e0f58b Unvendor ocaml-cbor
Upstream supports `decode_partial` now.
2021-11-18 13:40:45 +01:00

6 lines
165 B
Text

(library
(name webauthn)
(public_name webauthn)
(preprocess
(pps ppx_deriving_yojson))
(libraries mirage-crypto-rng yojson mirage-crypto-ec x509 base64 cbor))