diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-14 13:12:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-14 13:12:27 +0800 |
| commit | 0ad594277e61e9fb41b2e470c34cff7534d6c780 (patch) | |
| tree | 3d14c3ad518c273105c89e5c3f39e38f4cfa45c2 /crates/utils/cfg_file/cfg_file_test/Cargo.toml | |
| parent | b8844ab55a6d622370be8ce41387ff9d9897302e (diff) | |
Fixed codes by Zed
Diffstat (limited to 'crates/utils/cfg_file/cfg_file_test/Cargo.toml')
| -rw-r--r-- | crates/utils/cfg_file/cfg_file_test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/utils/cfg_file/cfg_file_test/Cargo.toml b/crates/utils/cfg_file/cfg_file_test/Cargo.toml index 73e580b..d1b527a 100644 --- a/crates/utils/cfg_file/cfg_file_test/Cargo.toml +++ b/crates/utils/cfg_file/cfg_file_test/Cargo.toml @@ -6,4 +6,4 @@ edition = "2024" [dependencies] cfg_file = { path = "../../cfg_file", features = ["default"] } tokio = { version = "1.46.1", features = ["full"] } -serde = { version = "1.0.219", features = ["derive"] }
\ No newline at end of file +serde = { version = "1.0.219", features = ["derive"] } |
