Skip to content

Commit 1ad8b7b

Browse files
committed
build: update project categories and keywords
1 parent e457400 commit 1ad8b7b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ authors = [
1717
license = "MIT"
1818
version = "1.2.0"
1919
readme = "README.md"
20+
categories = [
21+
"science",
22+
"database",
23+
"concurrency",
24+
"command-line-interface",
25+
]
2026
keywords = [
2127
"arrow",
2228
"parquet",
23-
""
2429
]
2530
description = "Efficiently evolve your old fixed-length data files into modern file formats. "
2631

examples/full/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ readme = { workspace = true }
88
authors = { workspace = true }
99
repository = { workspace = true }
1010
homepage = { workspace = true }
11+
categories = { workspace = true }
12+
keywords = { workspace = true }
1113
publish = true
1214

1315
[[bin]]

0 commit comments

Comments
 (0)