We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7ca12 commit a822aafCopy full SHA for a822aaf
cot-core/src/html.rs
@@ -54,6 +54,7 @@ use std::fmt::Write;
54
55
use askama::filters::Escaper;
56
use derive_more::{Deref, Display, From};
57
+#[cfg(feature = "schemars")]
58
use schemars::JsonSchema;
59
use serde::{Deserialize, Serialize};
60
0 commit comments