Skip to content

Commit dbfdb77

Browse files
docs: Add categories to Cargo.toml
1 parent 7e98c6d commit dbfdb77

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ exclude = [
1010
"parse-vdf-file",
1111
]
1212

13+
package.categories = ["encoding", "parser-implementations", "config"]
14+
1315
[workspace.dependencies]
1416
divan = { version = "0.1.14", default-features = false }
1517
insta = "1.39.0"

keyvalues-parser/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rust-version = "1.70"
77

88
authors = ["Cosmic <CosmicHorrorDev@pm.me>"]
99
keywords = ["keyvalues", "vdf", "steam", "parser"]
10+
categories.workspace = true
1011
description = "A parser/renderer for vdf text"
1112
homepage = "https://github.com/CosmicHorrorDev/vdf-rs"
1213
repository = "https://github.com/CosmicHorrorDev/vdf-rs"

keyvalues-serde/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rust-version = "1.70"
77

88
authors = ["Cosmic <CosmicHorrorDev@pm.me>"]
99
keywords = ["keyvalues", "vdf", "steam", "serde"]
10+
categories.workspace = true
1011
description = "(De)serialize VDF text with serde"
1112
homepage = "https://github.com/CosmicHorrorDev/vdf-rs"
1213
repository = "https://github.com/CosmicHorrorDev/vdf-rs"

0 commit comments

Comments
 (0)