diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-19 00:31:05 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-19 00:31:05 +0800 |
| commit | 532f4ceba2bddb1c84d2e0bdd69808a3ebd5ca4a (patch) | |
| tree | 043514a2aca670d8b2398726b17aab1066938ba1 /mingling_core/Cargo.toml | |
| parent | ecc1329bbd31cd98fa9b4c2f25a3114f133987ae (diff) | |
Make async an optional feature
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 3350c48..62dd3c8 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -8,6 +8,7 @@ repository = "https://github.com/catilgrass/mingling" [features] default = [] +async = [] full = ["comp", "general_renderer"] comp = ["dep:just_template"] debug = ["dep:log", "dep:env_logger"] @@ -22,7 +23,6 @@ general_renderer = [ [dependencies] just_fmt = "0.1.2" thiserror = "2" -tokio = { version = "1", features = ["io-std", "io-util"] } once_cell = "1.21.4" |
