We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e457400 commit 1ad8b7bCopy full SHA for 1ad8b7b
2 files changed
Cargo.toml
@@ -17,10 +17,15 @@ authors = [
17
license = "MIT"
18
version = "1.2.0"
19
readme = "README.md"
20
+categories = [
21
+ "science",
22
+ "database",
23
+ "concurrency",
24
+ "command-line-interface",
25
+]
26
keywords = [
27
"arrow",
28
"parquet",
- ""
29
]
30
description = "Efficiently evolve your old fixed-length data files into modern file formats. "
31
examples/full/Cargo.toml
@@ -8,6 +8,8 @@ readme = { workspace = true }
8
authors = { workspace = true }
9
repository = { workspace = true }
10
homepage = { workspace = true }
11
+categories = { workspace = true }
12
+keywords = { workspace = true }
13
publish = true
14
15
[[bin]]
0 commit comments