diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-02 00:50:40 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-02 00:50:40 +0800 |
| commit | 1140b9cd48c19d02392ab7df415a3d35c3eaf1bc (patch) | |
| tree | 436832ec3f15c8baaa86a1b895e0238c756150ac /mingling_core | |
| parent | 604fb36f4251e494b3486009145401a3c1f7b326 (diff) | |
Remove `full` feature from all crates
Diffstat (limited to 'mingling_core')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 6392ce0..e2296a4 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -11,8 +11,6 @@ nightly = [] default = [] async = [] -full = ["comp", "general_renderer"] - clap = [] comp = ["dep:just_template"] debug = ["dep:log", "dep:env_logger"] |
