Skip to content

Commit 6340718

Browse files
预发布: 更改Cargo.toml配置
1 parent 9d790f6 commit 6340718

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ keywords = [
88
"procedural",
99
"procedural-macro",
1010
"collection-comprehension",
11-
"iterator-comprehension",
1211
"comprehension",
1312
]
1413
repository = "https://github.com/Natural-selection1/better-comprehension-in-rust"
1514
readme = "README.md"
1615
version = "1.0.0"
1716
edition = "2024"
18-
exclude = ["src/main.rs", "target",".vscode"]
17+
exclude = ["src/main.rs", "target", ".vscode"]
1918

2019

2120
[lib]

0 commit comments

Comments
 (0)