diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-08 22:48:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-08 22:53:52 +0800 |
| commit | 240361b240d638363346013160b0943b47769c37 (patch) | |
| tree | dbe2316a670faf961fffe3c6764eff440e5230a2 /mingling_core/Cargo.toml | |
| parent | 6e2d660e310a44d441266ae32a5800db52d48049 (diff) | |
Implement mingling::this functionmain
Diffstat (limited to 'mingling_core/Cargo.toml')
| -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 d8e7c8e..e978401 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -23,6 +23,8 @@ serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "2" tokio = { version = "1", features = ["io-std", "io-util"] } +once_cell = "1.21.4" + ron = { version = "0.12.1", optional = true } serde_json = { version = "1", optional = true } serde_yaml = { version = "0.9", optional = true } |
