mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-12 02:16:51 +01:00
add HtmlDefaultTheme to pretty_print
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mers_lib"
|
||||
version = "0.8.22"
|
||||
version = "0.8.23"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "library to use the mers language in other projects"
|
||||
@@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/Dummi26/mers"
|
||||
|
||||
[features]
|
||||
default = ["parse"]
|
||||
default = ["parse", "pretty-print", "ecolor-html"]
|
||||
|
||||
# for parsing and running mers code (for most situations: just enable parse)
|
||||
parse = ["run"]
|
||||
|
||||
Reference in New Issue
Block a user