We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ff061 commit ffb584dCopy full SHA for ffb584d
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "cfg-tt"
3
version = "0.1.0"
4
-description = "A procedural macro that allows using `#[cfg]` anywhere and at token granularity."
+description = "A procedural macro that allows using #[cfg] anywhere and at token granularity."
5
readme = "README.md"
6
repository = "https://github.com/OpenByteDev/dll-syringe"
7
homepage = "https://github.com/OpenByteDev/dll-syringe"
@@ -11,10 +11,10 @@ authors = ["OpenByte <development.openbyte@gmail.com>"]
11
edition = "2024"
12
keywords = [
13
"cfg",
14
- "conditional-compilation",
+ "token",
15
+ "anywhere",
16
"proc-macro",
17
"token-tree",
- "preprocessing",
18
]
19
categories = [
20
"rust-patterns"
0 commit comments