diff options
Diffstat (limited to 'askama_escape/Cargo.toml')
-rw-r--r-- | askama_escape/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index ed7148c..643f81a 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -17,6 +17,9 @@ maintenance = { status = "actively-developed" } [dev-dependencies] criterion = "0.3" +[features] +json = [] + [[bench]] name = "all" harness = false |