add HtmlDefaultTheme to pretty_print

This commit is contained in:
Mark
2024-06-26 21:17:58 +02:00
parent 50ebe5fb54
commit 14c8e7717d
2 changed files with 33 additions and 4 deletions

View File

@@ -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"]