- Added missing `exceptions` module include to package.d

This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-09 11:15:43 +02:00
parent d2095c61ef
commit 940b449b7f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
module jstruct; module jstruct;
public import jstruct.serializer; public import jstruct.serializer;
public import jstruct.deserializer; public import jstruct.deserializer;
public import jstruct.exceptions;