Skip to content

Commit 14fac18

Browse files
Remove unnecessary tags field
1 parent f7418cf commit 14fac18

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ description = "A set of useful proc macros for enums"
88
repository = "https://github.com/ecstatic-morse/enum-utils"
99
readme = "README.md"
1010
license = "MIT"
11-
tags = ["enum", "proc-macro", "derive"]
1211
categories = ["development-tools"]
1312

1413
[badges.azure-devops]

from-str/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ description = "Code generation for mapping from strings to arbitrary values"
88
repository = "https://github.com/ecstatic-morse/enum-utils"
99
readme = "../README.md"
1010
license = "MIT"
11-
tags = ["enum", "proc-macro", "derive"]
1211
categories = ["development-tools"]
1312

1413
[dependencies]

0 commit comments

Comments
 (0)