diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ path = "benches/bench.rs" harness = false [features] -default = ["json"] +default = [] json = ["dep:serde", "dep:serde_json"] [dependencies] |
index : markdown-rs | ||
CommonMark compliant markdown parser in Rust with ASTs and extensions | cel |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 2 |
@@ -18,7 +18,7 @@ path = "benches/bench.rs" harness = false [features] -default = ["json"] +default = [] json = ["dep:serde", "dep:serde_json"] [dependencies] |