Fix local build

This commit is contained in:
Graham Esau 2020-05-17 11:00:44 +01:00
parent 1470d2641c
commit 42e3c8fd7f

View file

@ -231,6 +231,8 @@ pub mod gen;
/// JSON Schema types. /// JSON Schema types.
pub mod schema; pub mod schema;
#[cfg(feature = "schemars_derive")]
extern crate schemars_derive;
#[cfg(feature = "schemars_derive")] #[cfg(feature = "schemars_derive")]
pub use schemars_derive::*; pub use schemars_derive::*;