diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-22 22:57:35 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-22 22:57:56 +0800 |
| commit | 29009ea248ddf70698cdf90fa36b9bbb89442668 (patch) | |
| tree | 4b53cd062f1037807bf441677650de4f7a0b302d /mingling_cli/Cargo.toml | |
| parent | f73b054eaa7c0b858628d2e4ec18ca96376f4c35 (diff) | |
feat(linter): add `lint-install` subcommand for rust-analyzer setup
Diffstat (limited to 'mingling_cli/Cargo.toml')
| -rw-r--r-- | mingling_cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml index 98833ff..906cdd0 100644 --- a/mingling_cli/Cargo.toml +++ b/mingling_cli/Cargo.toml @@ -52,6 +52,7 @@ serde_json = "1.0.151" # Parallelism tokio = { version = "1.53.1", features = ["full"] } +toml_edit = "0.25.13" [build-dependencies] # Configure & Serialization |
