diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-05 20:33:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-05 20:33:57 +0800 |
| commit | b6876f9df6e3119331fac01c0bc954ca9f3c798b (patch) | |
| tree | 030301c8d434d51fa386e9a5fff77bce5899733b /mingling_macros/Cargo.toml | |
| parent | b41e201e554c4ba5ad6f1e09ce58dd3d10b6a635 (diff) | |
Add general renderer support with serialization formats
Diffstat (limited to 'mingling_macros/Cargo.toml')
| -rw-r--r-- | mingling_macros/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_macros/Cargo.toml b/mingling_macros/Cargo.toml index d8631a3..8c42299 100644 --- a/mingling_macros/Cargo.toml +++ b/mingling_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling_macros" -version = "0.1.2" +version = "0.1.3" edition = "2024" license = "MIT OR Apache-2.0" repository = "https://github.com/catilgrass/mingling" @@ -11,7 +11,7 @@ proc-macro = true [features] default = [] -serde = [] +general_renderer = [] [dependencies] syn = { version = "2.0", features = ["full", "visit-mut"] } |
