diff options
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 61bee49..b6846e7 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -9,7 +9,9 @@ repository = "https://github.com/catilgrass/mingling" [features] default = [] async = [] + full = ["comp", "general_renderer"] + comp = ["dep:just_template"] debug = ["dep:log", "dep:env_logger"] general_renderer = [ |
