Skip to content

Commit 9e808fa

Browse files
committed
reexport
1 parent 73f4e6b commit 9e808fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apistos-core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ url = ["dep:url", "schemars/url"]
6363
primitive_types = ["dep:primitive-types", "schemars/primitive_types"]
6464
alloy_primitives = ["dep:alloy-primitives", "schemars/alloy_primitives"]
6565

66+
extras = ["chrono", "multipart", "rust_decimal", "uuid", "url", "primitive_types", "alloy_primitives"]
67+
6668
default = ["actix", "query"]

apistos-core/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ pub use path_item_definition::PathItemDefinition;
1414
#[cfg(feature = "actix")]
1515
pub use wrappers::{ResponderWrapper, ResponseWrapper};
1616

17+
pub use schemars as apistos_schemars;
18+
1719
pub trait TypedSchema {
1820
fn schema_type() -> InstanceType;
1921
fn format() -> Option<String>;

0 commit comments

Comments
 (0)