diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-25 19:02:17 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-25 19:02:17 +0800 |
| commit | d4634b01e3f33b3ee52b1501f5ade739a1796d08 (patch) | |
| tree | 778b229f78be7ec67367e8135d0dcc6b1fff5158 /Cargo.toml | |
| parent | 1d9a65ae06faf4a6329eb07e8c1deab3811c782b (diff) | |
Remove redundant generic parameter from Program struct
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [workspace] -members = ["mingling", "mingling_core", "mingling_macros"] +members = ["examples/example-async","mingling", "mingling_core", "mingling_macros"] exclude = [ "mingling_cli", "dev_tools", |
