Skip to content

Commit 9d790f6

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

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Cargo.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
[package]
22
name = "better_comprehension"
3+
authors = ["Hegui Dai <natural_selection_@outlook.com>"]
4+
description = "collection and iterator comprehensions for Rust"
5+
license = "MIT"
6+
keywords = [
7+
"macro",
8+
"procedural",
9+
"procedural-macro",
10+
"collection-comprehension",
11+
"iterator-comprehension",
12+
"comprehension",
13+
]
14+
repository = "https://github.com/Natural-selection1/better-comprehension-in-rust"
15+
readme = "README.md"
316
version = "1.0.0"
417
edition = "2024"
18+
exclude = ["src/main.rs", "target",".vscode"]
519

620

721
[lib]

0 commit comments

Comments
 (0)