Skip to content

Commit ffb584d

Browse files
committed
Fix Cargo.toml
1 parent 13ff061 commit ffb584d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cfg-tt"
33
version = "0.1.0"
4-
description = "A procedural macro that allows using `#[cfg]` anywhere and at token granularity."
4+
description = "A procedural macro that allows using #[cfg] anywhere and at token granularity."
55
readme = "README.md"
66
repository = "https://github.com/OpenByteDev/dll-syringe"
77
homepage = "https://github.com/OpenByteDev/dll-syringe"
@@ -11,10 +11,10 @@ authors = ["OpenByte <development.openbyte@gmail.com>"]
1111
edition = "2024"
1212
keywords = [
1313
"cfg",
14-
"conditional-compilation",
14+
"token",
15+
"anywhere",
1516
"proc-macro",
1617
"token-tree",
17-
"preprocessing",
1818
]
1919
categories = [
2020
"rust-patterns"

0 commit comments

Comments
 (0)